Skip to content

Commit

Permalink
update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sniper00 committed Aug 29, 2024
1 parent ae638f4 commit df9084d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
uses: Jarod42/install-premake5@v1
- name: Build
run: |
premake5 gmake --cc=clang
make -j8 config=release
premake5 build
- name: Test
run: chmod +x moon && ./moon test/main_test.lua
3 changes: 1 addition & 2 deletions .github/workflows/linux-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
uses: Jarod42/install-premake5@v1
- name: Build
run: |
premake5 gmake
make -j8 config=release
premake5 build
- name: Test
run: chmod +x moon && ./moon test/main_test.lua

3 changes: 1 addition & 2 deletions .github/workflows/macos-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
submodules: true
- name: Build
run: |
chmod +x ./build.sh
./build.sh
premake5 build
- name: Test
run: chmod +x moon && ./moon test/main_test.lua
3 changes: 1 addition & 2 deletions .github/workflows/windows-vs2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
uses: microsoft/setup-msbuild@v1.1
- name: Build
run: |
premake5 vs2022
msbuild /m Server.sln /p:configuration="release"
premake5 build
- name: Test
run: .\moon.exe test/main_test.lua

0 comments on commit df9084d

Please sign in to comment.