File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments