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

Update .gitlab-ci.yml

parent 2d1bd4df
No related branches found
No related tags found
No related merge requests found
Pipeline #108175 failed
......@@ -15,15 +15,15 @@ build:
tags:
- macOS
# artifacts:
# paths:
# - ".build/x86_64-apple-macosx/release/"
artifacts:
paths:
- ./.build/
test:
stage: test
script:
- swift test --sanitize=address -c release -Xswiftc -enable-testing
- swift test --sanitize=threads -c release -Xswiftc -enable-testing
- swift test --build-tests --sanitize=address -c release -Xswiftc -enable-testing
- swift test --build-tests --sanitize=thread -c release -Xswiftc -enable-testing
tags:
- macOS
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