mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Final CI change, I hope.
This commit is contained in:
6
.github/workflows/ccpp.yml
vendored
6
.github/workflows/ccpp.yml
vendored
@@ -7,8 +7,6 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
|
||||||
fetch-depth: 1
|
|
||||||
- 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
|
||||||
@@ -18,8 +16,6 @@ jobs:
|
|||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
|
||||||
fetch-depth: 1
|
|
||||||
- name: brew
|
- name: brew
|
||||||
run: brew install sqlite pkg-config libusb protobuf truncate wxwidgets fmt make
|
run: brew install sqlite pkg-config libusb protobuf truncate wxwidgets fmt make
|
||||||
- name: make
|
- name: make
|
||||||
@@ -48,8 +44,6 @@ jobs:
|
|||||||
mingw-w64-i686-zlib
|
mingw-w64-i686-zlib
|
||||||
zip
|
zip
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
|
||||||
fetch-depth: 1
|
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
make
|
make
|
||||||
|
|||||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -22,17 +22,13 @@ jobs:
|
|||||||
mingw-w64-i686-fmt
|
mingw-w64-i686-fmt
|
||||||
mingw-w64-i686-gcc
|
mingw-w64-i686-gcc
|
||||||
mingw-w64-i686-libusb
|
mingw-w64-i686-libusb
|
||||||
mingw-w64-i686-lua
|
|
||||||
mingw-w64-i686-pkg-config
|
mingw-w64-i686-pkg-config
|
||||||
mingw-w64-i686-protobuf
|
mingw-w64-i686-protobuf
|
||||||
mingw-w64-i686-sqlite3
|
mingw-w64-i686-sqlite3
|
||||||
mingw-w64-i686-wxWidgets
|
mingw-w64-i686-wxWidgets
|
||||||
mingw-w64-i686-zlib
|
mingw-w64-i686-zlib
|
||||||
ninja
|
|
||||||
zip
|
zip
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
|
||||||
fetch-depth: 1
|
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
make
|
make
|
||||||
|
|||||||
Reference in New Issue
Block a user