Skip to content

Commit

Permalink
Use the new Full docker image which has g++
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed May 10, 2019
1 parent fa19dce commit c223ef1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,9 @@ azure:
# Test full dependencies when a C compiler is available and used for linking
full:
stage: build
image: registry.gitlab.com/lfortran/ci-images:full-1.2.0
image: registry.gitlab.com/lfortran/ci-images/ci-test:full-d23cff9
script:
- export PATH="$HOME/conda_root/bin:$PATH"
- sudo apt-get update
- sudo apt-get install -yq --no-install-recommends g++
- tar xzf dist/lfortran-${lfortran_version}.tar.gz
- cd lfortran-${lfortran_version}
- ./build1.sh
Expand Down

0 comments on commit c223ef1

Please sign in to comment.