kawaii logo and updated pipeline job to use custom docker image

This commit is contained in:
shockrah 2020-08-02 20:45:46 -07:00
parent 5ab40f2b50
commit 5a14df643a
3 changed files with 8 additions and 3 deletions

View File

@ -1,12 +1,14 @@
image: rustlang/rust:nightly
image: shockrah/freechat:0.1
basic-build:
debug-build:
stage: build
only:
- testing
script:
- cd server/
- cargo build --release
- cargo build
- diesel setup --database-url $DATABASE_URL
basic-test:
@ -14,6 +16,9 @@ basic-test:
only:
- testing
script:
- cd server/
- cargo run --release
- fc_id=$!
- bash ./tests/main.sh body
- kill ${fc_id}

BIN
misc/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 KiB

BIN
misc/logo.xcf Normal file

Binary file not shown.