From c157406dc6a055de6bed44d2c2f68ebc860ad537 Mon Sep 17 00:00:00 2001 From: fasiondog Date: Sat, 3 Apr 2021 16:50:53 +0800 Subject: [PATCH] update for github action windows --- .github/workflows/windows.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a4ebaeda..dcfd30a1 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -20,20 +20,14 @@ jobs: Invoke-WebRequest "https://dl.bintray.com/boostorg/release/1.74.0/source/boost_1_74_0.zip" -UseBasicParsing -OutFile ./boost_1_74_0.zip Expand-Archive ./boost_1_74_0.zip -DestinationPath . Copy-Item ./boost_1_74_0 ./hikyuu - - name: build_boost + - name: build shell: cmd run: | - cd ./hikyuu/boost_1_74_0 - call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64 - call bootstrap.bat - cd .. - - name: build - run: | - python --version pip install click cd hikyuu python setup.py build - name: test + shell: cmd run: | cd hikyuu python setup.py test