mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Actually, let's do single-threaded CI builds.
This commit is contained in:
6
.github/workflows/ccpp.yml
vendored
6
.github/workflows/ccpp.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
- name: apt
|
||||
run: sudo apt update && sudo apt install lua5.3 lua-posix libudev-dev libsqlite3-dev ninja-build protobuf-compiler libwxgtk3.0-gtk3-dev libfmt-dev
|
||||
- name: make
|
||||
run: make -j$(expr $(nproc) + 1)
|
||||
run: make
|
||||
|
||||
build-macos:
|
||||
runs-on: macos-latest
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: brew
|
||||
run: brew install sqlite pkg-config libusb lua ninja protobuf truncate wxwidgets fmt make
|
||||
- name: make
|
||||
run: gmake -j$(expr $(nproc) + 1)
|
||||
run: gmake
|
||||
|
||||
build-windows:
|
||||
runs-on: windows-latest
|
||||
@@ -54,7 +54,7 @@ jobs:
|
||||
fetch-depth: 1
|
||||
- name: build
|
||||
run: |
|
||||
make -j$(expr $(nproc) + 1)
|
||||
make
|
||||
|
||||
- name: zip
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user