We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679667f commit c5020c8Copy full SHA for c5020c8
azure-pipelines.yml
@@ -15,4 +15,11 @@ 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