test env.
This commit is contained in:
@@ -9,7 +9,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: cmake -S . -B build --target all
|
- run: cmake -S . -B build
|
||||||
|
- run: cmake --build build --target all
|
||||||
- run: build/Bilby
|
- run: build/Bilby
|
||||||
- name: Notify
|
- name: Notify
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
|
|||||||
Reference in New Issue
Block a user