[Git][cmucl/cmucl][rtoy-gitlab-ci] Use correct path to the snapshot build
Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl Commits: 7bdf20d1 by Raymond Toy at 2017-09-02T14:09:34-07:00 Use correct path to the snapshot build - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,6 @@ test: - echo $SHELL - PS1='\w \$ ' - type -all time - - bin/build.sh -B boot-2017-04-1 -C "" -o ../snapshot/bin/lisp + - bin/build.sh -B boot-2017-04-1 -C "" -o ./snapshot/bin/lisp - bin/make-dist.sh -I dist-linux linux-4 - bin/run-tests.sh -l dist-linux/bin/lisp View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/7bdf20d148ad6ac305c380ef01... --- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/7bdf20d148ad6ac305c380ef01... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy