diff --git a/.github/workflows/publish-windows.yml b/.github/workflows/publish-windows.yml index 4eb36cf7..c6df323c 100644 --- a/.github/workflows/publish-windows.yml +++ b/.github/workflows/publish-windows.yml @@ -3,7 +3,7 @@ name: Publish Windows Setup on: push: branches: - - win32a + - master tags: - v* diff --git a/.github/workflows/test-build-prs.yaml b/.github/workflows/test-build-prs.yaml index 58427030..66b95f80 100644 --- a/.github/workflows/test-build-prs.yaml +++ b/.github/workflows/test-build-prs.yaml @@ -40,3 +40,24 @@ jobs: with: snap: ${{ steps.build.outputs.snap }} isClassic: 'false' + + windows: + runs-on: windows-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Setup Python + uses: actions/setup-python@v2 + with: + python-version: '3.8.1' + architecture: 'x64' + - name: Setup Visual C++ + uses: ilammy/msvc-dev-cmd@v1 + with: + arch: x64 + - name: Install venv + run: | + python -m pip install virtualenv + - name: Build sources + run: | + python configure.py build \ No newline at end of file diff --git a/SuperBuild/cmake/External-Entwine.cmake b/SuperBuild/cmake/External-Entwine.cmake index df565665..00bd0c72 100644 --- a/SuperBuild/cmake/External-Entwine.cmake +++ b/SuperBuild/cmake/External-Entwine.cmake @@ -13,7 +13,7 @@ ExternalProject_Add(${_proj_name} #--Download step-------------- DOWNLOAD_DIR ${SB_DOWNLOAD_DIR} GIT_REPOSITORY https://github.com/OpenDroneMap/entwine/ - GIT_TAG 2411 + GIT_TAG 250 #--Update/Patch step---------- UPDATE_COMMAND "" #--Configure step-------------