Raymond Toy pushed to branch issue-354-add-executable-test-to-ci at cmucl / cmucl
Commits:
-
4ae24455
by Raymond Toy at 2024-09-01T06:22:39-07:00
1 changed file:
Changes:
... | ... | @@ -107,8 +107,8 @@ linux:exec-test: |
107 | 107 | artifacts: true
|
108 | 108 | script:
|
109 | 109 | # Create an executable and test it by printing the version.
|
110 | - - dist/bin/lisp -eval '(save-lisp "foo" :executable t)'
|
|
111 | - - ./foo --version
|
|
110 | + - dist/bin/lisp -eval '(save-lisp "saved-lisp-executable" :executable t)'
|
|
111 | + - ./saved-lisp-executable --version
|
|
112 | 112 | |
113 | 113 | linux:cross-test:
|
114 | 114 | stage: test
|
... | ... | @@ -223,8 +223,8 @@ osx:exec-test: |
223 | 223 | artifacts: true
|
224 | 224 | script:
|
225 | 225 | # Create an executable and test it by printing the version.
|
226 | - - dist/bin/lisp -eval '(save-lisp "foo" :executable t)'
|
|
227 | - - ./foo --version
|
|
226 | + - dist/bin/lisp -eval '(save-lisp "saved-lisp-executable" :executable t)'
|
|
227 | + - ./saved-lisp-executable --version
|
|
228 | 228 |
|
229 | 229 | osx:ansi-test:
|
230 | 230 | stage: ansi-test
|