mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
Merge pull request #1 from sidi762/patch-1
Build modules for Mac nightly
This commit is contained in:
@@ -17,7 +17,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: |
|
||||||
|
make
|
||||||
|
cd module
|
||||||
|
make all
|
||||||
|
cd ..
|
||||||
|
tar -czf nasal-mac-nightly.tgz .
|
||||||
- name: Release file
|
- name: Release file
|
||||||
# You may pin to the exact commit or the version.
|
# You may pin to the exact commit or the version.
|
||||||
# uses: djnicholson/release-action@e9a535b3eced09c460e07a84118fb74ae9b53236
|
# uses: djnicholson/release-action@e9a535b3eced09c460e07a84118fb74ae9b53236
|
||||||
@@ -30,5 +35,5 @@ jobs:
|
|||||||
# Name of the tag for the release (will be associated with current branch)
|
# Name of the tag for the release (will be associated with current branch)
|
||||||
automatic_release_tag: next
|
automatic_release_tag: next
|
||||||
# File to release
|
# File to release
|
||||||
files: nasal
|
files: nasal-mac-nightly.tgz
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user