Commit 705a690b authored by Theo Christiaanse's avatar Theo Christiaanse
Browse files

Update .gitlab-ci.yml

parent fab127ad
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: