kawaii logo and updated pipeline job to use custom docker image
This commit is contained in:
@@ -1,12 +1,14 @@
|
|||||||
image: rustlang/rust:nightly
|
image: shockrah/freechat:0.1
|
||||||
|
|
||||||
basic-build:
|
debug-build:
|
||||||
stage: build
|
stage: build
|
||||||
only:
|
only:
|
||||||
- testing
|
- testing
|
||||||
script:
|
script:
|
||||||
- cd server/
|
- cd server/
|
||||||
- cargo build --release
|
- cargo build
|
||||||
|
- diesel setup --database-url $DATABASE_URL
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
basic-test:
|
basic-test:
|
||||||
@@ -14,6 +16,9 @@ basic-test:
|
|||||||
only:
|
only:
|
||||||
- testing
|
- testing
|
||||||
script:
|
script:
|
||||||
|
- cd server/
|
||||||
- cargo run --release
|
- cargo run --release
|
||||||
- fc_id=$!
|
- fc_id=$!
|
||||||
- bash ./tests/main.sh body
|
- bash ./tests/main.sh body
|
||||||
|
- kill ${fc_id}
|
||||||
|
|
||||||
|
|||||||
BIN
misc/logo.png
Normal file
BIN
misc/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 539 KiB |
BIN
misc/logo.xcf
Normal file
BIN
misc/logo.xcf
Normal file
Binary file not shown.
Reference in New Issue
Block a user