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

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -25,7 +25,6 @@ osx-runner:
    25 25
       tags:
    
    26 26
         - osx
    
    27 27
       before_script:
    
    28
    -    - git clone https://gitlab.common-lisp.net/ansi-test/ansi-test.git
    
    29 28
         - (cd ansi-test; git checkout rtoy-cmucl-expected-failures)
    
    30 29
         - curl -s -o cmucl-$version-darwin.tar.bz2 $download_url/cmucl-$version-darwin.tar.bz2
    
    31 30
         - mkdir snapshot
    
    ... ... @@ -34,6 +33,3 @@ osx-runner:
    34 33
         - bin/build.sh $bootstrap -C "" -o snapshot/bin/lisp
    
    35 34
         - bin/make-dist.sh -I dist darwin-4
    
    36 35
         - bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
    37
    -    - cd ansi-test
    
    38
    -    - make LISP="../dist/bin/lisp -batch"
    
    39
    -    - grep 'No unexpected \(successes\|failures\)' test.out