Skip to content

Commit 3e83c33

Browse files
Try to reach a running state
1 parent 0fe2d95 commit 3e83c33

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- 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} |
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: echo Hello world
14+
# mkdir -p tests/build && cd tests/build |
15+
# cmake .. ${CMAKE_ARGS} |
16+
# cmake --build . ${CMAKE_BUILD_ARGS} |
1717
# uses: sonarsource/sonarcloud-github-action@master

0 commit comments

Comments
 (0)