File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 include :
1919 - os : ubuntu-latest
2020 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:
2727
2828 steps :
2929 - name : Checkout code
8484 mkdir build
8585 fi
8686 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
8791 cmake .. -DRESTC_CPP_THREADED_CTX=ON -DCMAKE_BUILD_TYPE=Release -G "Ninja" -DCMAKE_TOOLCHAIN_FILE=~/vcpkg/scripts/buildsystems/vcpkg.cmake
8892 cmake --build .
8993 popd
You can’t perform that action at this time.
0 commit comments