Update entwine, build test PRs on Windows, publish on master changes

pull/1283/head
Piero Toffanin 2021-05-21 19:59:29 -04:00
rodzic 0043e98b04
commit 51c57e7e49
3 zmienionych plików z 23 dodań i 2 usunięć

Wyświetl plik

@ -3,7 +3,7 @@ name: Publish Windows Setup
on:
push:
branches:
- win32a
- master
tags:
- v*

Wyświetl plik

@ -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

Wyświetl plik

@ -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-------------