Skip to content
Snippets Groups Projects
Commit 4358e996 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Temporarily disable static binary build

parent 98c1e255
No related branches found
No related tags found
No related merge requests found
......@@ -102,19 +102,19 @@ Python 3.6 POCL Examples:
except:
- tags
CentOS binary:
script:
- (cd build-helpers; ./make-linux-build-docker.sh --nodate)
- (cd ./build-helpers; ./loopy-centos6 ../examples/fortran/sparse.floopy)
artifacts:
expire_in: 4 weeks
paths:
- build-helpers/loopy-centos6
tags:
- docker
only:
- master
retry: 2
# CentOS binary:
# script:
# - (cd build-helpers; ./make-linux-build-docker.sh --nodate)
# - (cd ./build-helpers; ./loopy-centos6 ../examples/fortran/sparse.floopy)
# artifacts:
# expire_in: 4 weeks
# paths:
# - build-helpers/loopy-centos6
# tags:
# - docker
# only:
# - master
# retry: 2
Documentation:
script:
......
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