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:
- linux
script:
- cd cpython
- ./configure --enable-optimizations --with-lto --enable-shared --with-system-expat --with-system-ffi --with-ensurepip=install --with-computed-gotos --prefix=$(pwd)/../dist/
- make -j18 build_all
- ./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 all
- make install
artifacts:
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