We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5020c8 commit aa5309cCopy full SHA for aa5309c
azure-pipelines.yml
@@ -15,11 +15,4 @@ stages:
15
- bash: strip --strip-unneeded liblsl.so
16
- publish: liblsl.so
17
artifact: manylinux2010
18
- - job: manylinux1
19
- pool: { vmImage: 'ubuntu-latest' }
20
- container: quay.io/pypa/manylinux1_x86_64:latest
21
- steps:
22
- - bash: CFLAGS="-flto -static-libstdc++ -std=c++11" ./standalone_compilation_linux.sh
23
- - bash: strip --strip-unneeded liblsl.so
24
- - publish: liblsl.so
25
- artifact: manylinux1
+
0 commit comments