mirror of
https://github.com/qicosmos/rest_rpc.git
synced 2026-08-30 00:50:48 +08:00
add ci
This commit is contained in:
@@ -18,7 +18,9 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Configure cmake
|
||||
run: cmake -B${{github.workspace}}/examples/build -DCMAKE_BUILD_TYPE=${{ matrix.configuration }}
|
||||
working-directory: ${{github.workspace}}/examples
|
||||
run: cmake -B${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{ matrix.configuration }}
|
||||
|
||||
- name: Build with ${{ matrix.compiler }}
|
||||
run: cmake --build ${{github.workspace}}/examples/build --config ${{ matrix.configuration }}
|
||||
working-directory: ${{github.workspace}}/examples
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{ matrix.configuration }}
|
||||
Reference in New Issue
Block a user