Commit 4b52bc13 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

ci: Disable tests.

No related merge requests found
Pipeline #55580 passed with stages
in 10 minutes and 24 seconds
Showing with 2 additions and 2 deletions
+2 -2
...@@ -16,8 +16,8 @@ build: ...@@ -16,8 +16,8 @@ build:
- linux - linux
script: script:
- cd cpython - cd cpython
- ./configure --enable-optimizations --with-lto --enable-shared --with-system-expat --with-system-ffi --with-ensurepip=install --with-computed-gotos --prefix=$(pwd)/../dist/ - ./configure --enable-optimizations --with-lto --enable-shared --with-system-expat --with-system-ffi --with-ensurepip=install --with-computed-gotos --prefix=$(pwd)/../dist/ --disable-test-modules
- make -j18 build_all - make -j18 all
- make install - make install
artifacts: artifacts:
paths: paths:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment