Update cpp.yml
This commit is contained in:
@@ -12,6 +12,8 @@ jobs:
|
|||||||
- uses: ilammy/msvc-dev-cmd@v1
|
- uses: ilammy/msvc-dev-cmd@v1
|
||||||
- name: Build hammer_test
|
- name: Build hammer_test
|
||||||
run: |
|
run: |
|
||||||
|
iwr https://deno.land/x/install/install.ps1 -useb | iex
|
||||||
|
deno --version
|
||||||
cd uWebSockets
|
cd uWebSockets
|
||||||
vcpkg install libuv:x64-windows
|
vcpkg install libuv:x64-windows
|
||||||
cp C:\vcpkg\installed\x64-windows\bin\uv.dll uv.dll
|
cp C:\vcpkg\installed\x64-windows\bin\uv.dll uv.dll
|
||||||
@@ -28,11 +30,7 @@ jobs:
|
|||||||
ls
|
ls
|
||||||
.\HelloWorld.exe &
|
.\HelloWorld.exe &
|
||||||
sleep 1
|
sleep 1
|
||||||
curl.exe -v http://localhost:3000/
|
curl.exe http://localhost:3000/
|
||||||
curl.exe -v http://localhost:3000/
|
|
||||||
curl.exe -v http://localhost:3000/
|
|
||||||
curl.exe -v http://localhost:3000/
|
|
||||||
curl.exe -v http://localhost:3000/
|
|
||||||
Stop-Process -Name HelloWorld
|
Stop-Process -Name HelloWorld
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user