Skip to content

Commit 1781d08

Browse files
pwd a little
1 parent 5ac3140 commit 1781d08

1 file changed

Lines changed: 17 additions & 11 deletions

File tree

.github/workflows/main.yml

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,24 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@master
10-
with:
10+
with:
1111
fetch-depth: 1
1212
- name: Pull submodules
13-
run: git submodule update --init libs/Vulkan-Headers libs/Vulkan-Loader
13+
run: pwd && git submodule update --init libs/Vulkan-Headers libs/Vulkan-Loader
1414
- name: Create build configuration
1515
run: |
16-
mkdir -p tests/build && cd tests/build |
17-
cmake .. ${CMAKE_ARGS}
18-
# cmake --build . ${CMAKE_BUILD_ARGS} |
19-
# env:
20-
# CMAKE_ARGS: -DBUILD_WSI_XCB_SUPPORT=OFF -DBUILD_WSI_XLIB_SUPPORT=OFF -DBUILD_WSI_WAYLAND_SUPPORT=OFF
21-
# CMAKE_BUILD_WRAPPER: build-wrapper-linux-x86-64 --out-dir .
22-
# run: echo Hello world
23-
24-
# uses: sonarsource/sonarcloud-github-action@master
16+
cd tests
17+
mkdir build |
18+
cd build |
19+
pwd |
20+
cmake .. |
21+
pwd
22+
23+
24+
# cmake --build . ${CMAKE_BUILD_ARGS} |
25+
# env:
26+
# CMAKE_ARGS: -DBUILD_WSI_XCB_SUPPORT=OFF -DBUILD_WSI_XLIB_SUPPORT=OFF -DBUILD_WSI_WAYLAND_SUPPORT=OFF
27+
# CMAKE_BUILD_WRAPPER: build-wrapper-linux-x86-64 --out-dir .
28+
# run: echo Hello world
29+
30+
# uses: sonarsource/sonarcloud-github-action@master

0 commit comments

Comments
 (0)