mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Use two threads for building --- seems we can do this on github.
This commit is contained in:
8
.github/workflows/ccpp.yml
vendored
8
.github/workflows/ccpp.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: apt
|
- name: apt
|
||||||
run: sudo apt update && sudo apt install libudev-dev libsqlite3-dev protobuf-compiler libwxgtk3.0-gtk3-dev libfmt-dev
|
run: sudo apt update && sudo apt install libudev-dev libsqlite3-dev protobuf-compiler libwxgtk3.0-gtk3-dev libfmt-dev
|
||||||
- name: make
|
- name: make -j2
|
||||||
run: CXXFLAGS="-Wp,-D_GLIBCXX_ASSERTIONS" make
|
run: CXXFLAGS="-Wp,-D_GLIBCXX_ASSERTIONS" make
|
||||||
|
|
||||||
build-macos-current:
|
build-macos-current:
|
||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: brew
|
- name: brew
|
||||||
run: brew install sqlite pkg-config libusb protobuf wxwidgets fmt make coreutils dylibbundler libjpeg
|
run: brew install sqlite pkg-config libusb protobuf wxwidgets fmt make coreutils dylibbundler libjpeg
|
||||||
- name: make
|
- name: make
|
||||||
run: gmake
|
run: gmake -j2
|
||||||
|
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
- name: brew
|
- name: brew
|
||||||
run: brew install sqlite pkg-config libusb protobuf wxwidgets fmt make coreutils dylibbundler libjpeg
|
run: brew install sqlite pkg-config libusb protobuf wxwidgets fmt make coreutils dylibbundler libjpeg
|
||||||
- name: make
|
- name: make
|
||||||
run: gmake
|
run: gmake -j2
|
||||||
|
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
@@ -67,7 +67,7 @@ jobs:
|
|||||||
zip
|
zip
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: build
|
- name: build
|
||||||
run: make
|
run: make -j2
|
||||||
|
|
||||||
- name: nsis
|
- name: nsis
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user