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

Merge remote-tracking branch 'refs/remotes/origin/main'

parents 7e73281c 814a0e22
No related branches found
No related tags found
No related merge requests found
Pipeline #108400 passed with warnings
...@@ -19,6 +19,17 @@ build: ...@@ -19,6 +19,17 @@ build:
# paths: # paths:
# - ./.build/ # - ./.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: test:
stage: 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