kawaii logo and updated pipeline job to use custom docker image
This commit is contained in:
parent
5ab40f2b50
commit
5a14df643a
@ -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
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.
Loading…
Reference in New Issue
Block a user