Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-03-26 17:52:06 +00:00
parent 2e47450d50
commit 977e77c3d4
1 changed files with 1 additions and 2 deletions

View File

@ -22,10 +22,9 @@ build:linux:
stage: build
script:
- cargo build --release
- ls
artifacts:
paths:
- x86_64-unknown-linux-musl/release/per
- target/x86_64-unknown-linux-musl/release/per
build:windows:
stage: build