We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe2d95 commit 3e83c33Copy full SHA for 3e83c33
1 file changed
.github/workflows/main.yml
@@ -7,11 +7,11 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Step one
10
- env:
11
- CMAKE_ARGS: -DBUILD_WSI_XCB_SUPPORT=OFF -DBUILD_WSI_XLIB_SUPPORT=OFF -DBUILD_WSI_WAYLAND_SUPPORT=OFF
12
- CMAKE_BUILD_WRAPPER: build-wrapper-linux-x86-64 --out-dir .
13
- run: |
14
- mkdir -p tests/build && cd tests/build |
15
- cmake .. ${CMAKE_ARGS} |
16
- cmake --build . ${CMAKE_BUILD_ARGS} |
+ # env:
+ # CMAKE_ARGS: -DBUILD_WSI_XCB_SUPPORT=OFF -DBUILD_WSI_XLIB_SUPPORT=OFF -DBUILD_WSI_WAYLAND_SUPPORT=OFF
+ # CMAKE_BUILD_WRAPPER: build-wrapper-linux-x86-64 --out-dir .
+ run: echo Hello world
+ # mkdir -p tests/build && cd tests/build |
+ # cmake .. ${CMAKE_ARGS} |
+ # cmake --build . ${CMAKE_BUILD_ARGS} |
17
# uses: sonarsource/sonarcloud-github-action@master
0 commit comments