🚀 switch build script to new nasal

This commit is contained in:
ValKmjolnir
2023-07-02 00:32:13 +08:00
parent 597c0388cb
commit a7a2f47d1e
12 changed files with 348 additions and 340 deletions

View File

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