Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ before_script: - pip install pytest - apt install unzip - mkdir -p $GLPK_CACHE_DIR - apk add --update curl && rm -rf /var/cache/apk/* - "[ -e $GLPK_CACHE_DIR/glpk] || (curl -SLO http://ftp.gnu.org/gnu/glpk/glpk-4.65.tar.gz -o $GLPK_CACHE_DIR/glpk && tar -xzf glpk-4.65.tar.gz && cd glpk-4.65 && ./configure && make && make check && make install && cd ..)" test: Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ before_script: - pip install pytest - apt install unzip - mkdir -p $GLPK_CACHE_DIR - apk add --update curl && rm -rf /var/cache/apk/* - "[ -e $GLPK_CACHE_DIR/glpk] || (curl -SLO http://ftp.gnu.org/gnu/glpk/glpk-4.65.tar.gz -o $GLPK_CACHE_DIR/glpk && tar -xzf glpk-4.65.tar.gz && cd glpk-4.65 && ./configure && make && make check && make install && cd ..)" test: Loading