GitHub workflow now generates release builds
This commit is contained in:
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
@@ -13,11 +13,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: build
|
||||
run: make all VERBOSE=2
|
||||
run: make all VERBOSE=2 RELEASE=1
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: test
|
||||
run: make test VERBOSE=2
|
||||
run: make test VERBOSE=2 RELEASE=1
|
||||
|
||||
Reference in New Issue
Block a user