Raymond Toy pushed to branch rtoy-issue-76-add-ansi-tests-to-ci at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -8,7 +8,7 @@ linux-runner:
    8 8
         - linux
    
    9 9
       before_script:
    
    10 10
         - git clone https://gitlab.common-lisp.net/ansi-test/ansi-test.git
    
    11
    -    - (cd ansi-test; git co rtoy-cmucl-expected-failures)
    
    11
    +    - (cd ansi-test; git checkout rtoy-cmucl-expected-failures)
    
    12 12
         - wget -nv $download_url/cmucl-$version-linux.tar.bz2
    
    13 13
         - wget -nv $download_url/cmucl-$version-linux.extra.tar.bz2
    
    14 14
         - mkdir snapshot
    
    ... ... @@ -26,7 +26,7 @@ osx-runner:
    26 26
         - osx
    
    27 27
       before_script:
    
    28 28
         - git clone https://gitlab.common-lisp.net/ansi-test/ansi-test.git
    
    29
    -    - (cd ansi-test; git co rtoy-cmucl-expected-failures)
    
    29
    +    - (cd ansi-test; git checkout rtoy-cmucl-expected-failures)
    
    30 30
         - curl -s -o cmucl-$version-darwin.tar.bz2 $download_url/cmucl-$version-darwin.tar.bz2
    
    31 31
         - mkdir snapshot
    
    32 32
         - (cd snapshot; tar xjf ../cmucl-$version-darwin.tar.bz2)