change build scripts

This commit is contained in:
ValKmjolnir
2023-07-02 19:48:36 +08:00
parent ba6b7cd05c
commit ac2744e24f
32 changed files with 231 additions and 8289 deletions

View File

@@ -16,9 +16,9 @@ jobs:
- uses: actions/checkout@v2
- name: make
run: |
make -j
make -j4
cd module
make all -j
make all -j4
cd ..
make test
tar -czf nasal-mac-nightly.tgz .
@@ -42,9 +42,9 @@ jobs:
- uses: actions/checkout@v2
- name: make
run: |
make -j
make -j4
cd module
make all -j
make all -j4
cd ..
make test
touch nasal-linux-x86_64-nightly.tgz