Skip to content
Snippets Groups Projects
Commit a22213f5 authored by Volkor Barbarian Warrior's avatar Volkor Barbarian Warrior
Browse files

Update .gitlab-ci.yml file

parent fdb99599
No related branches found
No related tags found
No related merge requests found
Pipeline #41 failed
......@@ -33,6 +33,7 @@ rust-stable:
image: rust:latest
script:
- rustc --version && cargo --version
- apt install sqlite3
- sqlite3 ephemeral.db < schema.sql
- cargo build --verbose
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment