File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -276,37 +276,6 @@ jobs:
276276 ./dist/rhea-lang/bin/rhea
277277 ls -R dist
278278
279- - name : Run test scripts
280- shell : cmd
281- run : |
282- cd rhea
283- setx RHEA_PATH %cd%\dist\rhea-lang /M
284- echo %RHEA_PATH%
285- .\dist\rhea-lang\bin\rhea .\test\arithmetic.rhea
286- .\dist\rhea-lang\bin\rhea .\test\array.rhea
287- .\dist\rhea-lang\bin\rhea .\test\digits.rhea
288- .\dist\rhea-lang\bin\rhea .\test\error_handling.rhea
289- .\dist\rhea-lang\bin\rhea .\test\flow.rhea
290- .\dist\rhea-lang\bin\rhea .\test\func.rhea
291- .\dist\rhea-lang\bin\rhea .\test\lock.rhea
292- .\dist\rhea-lang\bin\rhea .\test\loop.rhea
293- .\dist\rhea-lang\bin\rhea .\test\native.rhea
294- .\dist\rhea-lang\bin\rhea .\test\parallel.rhea
295- .\dist\rhea-lang\bin\rhea .\test\regex.rhea
296- .\dist\rhea-lang\bin\rhea .\test\test.rhea -t
297- .\dist\rhea-lang\bin\rhea .\test\types.rhea
298-
299- - name : Run examples
300- shell : cmd
301- run : |
302- cd rhea
303- set RHEA_PATH=%cd%\dist\rhea-lang
304- .\dist\rhea-lang\bin\rhea examples\99-beers.rhea
305- .\dist\rhea-lang\bin\rhea examples\hello.rhea
306- .\dist\rhea-lang\bin\rhea examples\http-get.rhea
307- .\dist\rhea-lang\bin\rhea examples\logic-gate-ai.rhea
308- .\dist\rhea-lang\bin\rhea examples\zip-create.rhea
309-
310279 - name : Zip the Built Files
311280 shell : pwsh
312281 run : |
You can’t perform that action at this time.
0 commit comments