File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
18
18
include :
19
19
- os : ubuntu-latest
20
20
compiler : gcc
21
- - os : ubuntu-latest
22
- compiler : clang
23
- - os : windows-latest
24
- compiler : msvc
25
- - os : macos-latest
26
- compiler :
21
+ # - os: ubuntu-latest
22
+ # compiler: clang
23
+ # - os: windows-latest
24
+ # compiler: msvc
25
+ # - os: macos-latest
26
+ # compiler:
27
27
28
28
steps :
29
29
- name : Checkout code
84
84
mkdir build
85
85
fi
86
86
pushd build
87
+ echo "ls ~/vcpkg/scripts/buildsystems/vcpkg.cmake"
88
+ ls ~/vcpkg/scripts/buildsystems/vcpkg.cmake
89
+ echo "cat ~/vcpkg/scripts/buildsystems/vcpkg.cmake"
90
+ cat ~/vcpkg/scripts/buildsystems/vcpkg.cmake
87
91
cmake .. -DRESTC_CPP_THREADED_CTX=ON -DCMAKE_BUILD_TYPE=Release -G "Ninja" -DCMAKE_TOOLCHAIN_FILE=~/vcpkg/scripts/buildsystems/vcpkg.cmake
88
92
cmake --build .
89
93
popd
You can’t perform that action at this time.
0 commit comments