mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
premake projects now enable text shaping by default.
This commit is contained in:
2
.github/workflows/eepp-linux-build-check.yml
vendored
2
.github/workflows/eepp-linux-build-check.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
tar xvzf premake-5.0.0-beta6-linux.tar.gz
|
||||
- name: Build
|
||||
run: |
|
||||
./premake5 --with-text-shaper --disable-static-build gmake
|
||||
./premake5 --disable-static-build gmake
|
||||
cd make/linux
|
||||
make all -j$(nproc) -e config=release_x86_64
|
||||
- name: Unit Tests
|
||||
|
||||
2
.github/workflows/eepp-macos-build-check.yml
vendored
2
.github/workflows/eepp-macos-build-check.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
brew install wget SDL2 premake
|
||||
- name: Build
|
||||
run: |
|
||||
premake5 --with-text-shaper --disable-static-build gmake
|
||||
premake5 --disable-static-build gmake
|
||||
make -C make/macosx/ -e config=release_arm64
|
||||
- name: Unit Tests
|
||||
run: |
|
||||
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: Create project
|
||||
shell: powershell
|
||||
run: |
|
||||
./premake5.exe --windows-vc-build --with-text-shaper --disable-static-build vs2022
|
||||
./premake5.exe --windows-vc-build --disable-static-build vs2022
|
||||
- name: Build
|
||||
shell: cmd
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user