Skip to content
Snippets Groups Projects
Commit 814a0e22 authored by Jim Wallace's avatar Jim Wallace
Browse files

Update .gitlab-ci.yml

parent 8cdc82c9
No related branches found
No related tags found
No related merge requests found
Pipeline #108398 passed with warnings
......@@ -19,6 +19,17 @@ build:
# paths:
# - ./.build/
build-linux:
stage: build
script:
- swiftly install latest
- swift build -c release -Xswiftc -cross-module-optimization
tags:
- linux
allow_failure: true # Don't hold things up until we get this working
test:
stage: test
......
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