Skip to content
Snippets Groups Projects
Commit b70b629d authored by Mingchung Xia's avatar Mingchung Xia
Browse files

Specify SwiftNLP in pipeline to ignore visualizer

parent e764106f
No related branches found
No related tags found
1 merge request!13HNSW Implementation with Testcases
Pipeline #114975 failed
...@@ -10,7 +10,7 @@ build-macOS: ...@@ -10,7 +10,7 @@ build-macOS:
stage: build stage: build
script: script:
- swift build -c release -Xswiftc -cross-module-optimization -Xlinker -framework -Xlinker CoreML - swift build --target SwiftNLP -c release -Xswiftc -cross-module-optimization -Xlinker -framework -Xlinker CoreML
tags: tags:
- macOS - macOS
...@@ -19,7 +19,7 @@ test-macOS: ...@@ -19,7 +19,7 @@ test-macOS:
stage: test stage: test
script: script:
- export SKIP_TESTS=DurableHNSWCorpusTests - export SKIP_TESTS=DurableHNSWCorpusTests
- swift test -c release -Xswiftc -enable-testing - swift test --target SwiftNLP -c release -Xswiftc -enable-testing
# - swift test --sanitize=address -c release -Xswiftc -enable-testing # - swift test --sanitize=address -c release -Xswiftc -enable-testing
# - swift test --sanitize=thread -c release -Xswiftc -enable-testing # - swift test --sanitize=thread -c release -Xswiftc -enable-testing
tags: tags:
...@@ -31,7 +31,7 @@ build-linux: ...@@ -31,7 +31,7 @@ build-linux:
script: script:
- swiftly install latest - swiftly install latest
- swift build -c release -Xswiftc -cross-module-optimization - swift build --target SwiftNLP -c release -Xswiftc -cross-module-optimization
tags: tags:
- linux - linux
...@@ -40,7 +40,7 @@ build-linux: ...@@ -40,7 +40,7 @@ build-linux:
test-linux: test-linux:
stage: test stage: test
script: script:
- swift test -c release -Xswiftc -enable-testing - swift test --target SwiftNLP -c release -Xswiftc -enable-testing
# - swift test --sanitize=address -c release -Xswiftc -enable-testing # - swift test --sanitize=address -c release -Xswiftc -enable-testing
# - swift test --sanitize=thread -c release -Xswiftc -enable-testing # - swift test --sanitize=thread -c release -Xswiftc -enable-testing
tags: tags:
......
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