-
Notifications
You must be signed in to change notification settings - Fork 1
41 lines (30 loc) · 1 KB
/
build-dep-g2o.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: Build g2o
on:
workflow_dispatch:
push:
branches:
- build-workflow
jobs:
build:
runs-on: windows-2022
steps:
- uses: actions/checkout@v3
- uses: ilammy/msvc-dev-cmd@v1
#- name: Download QT
#run: curl.exe https://download.qt.io/official_releases/qt/5.15/5.15.11/single/qt-everywhere-opensource-src-5.15.11.zip -o qt.zip
#- name: unpack QT
# run: Expand-Archive .\qt.zip
#- name: configure QT
# working-directory: qt-everywhere-src-5.15.11
# run: ./configure -debug -nomake examples -nomake tests -skip qtwebengine -opensource
#- name: build QT
# working-directory: qt-everywhere-src-5.15.11
# run: nmake
- name: Run build script
working-directory: ${{ github.workspace }}/externals/prebuild_scripts/
run: ./build_g2o_x64.bat
- name: Archive prebuilt g2o
uses: actions/upload-artifact@v3
with:
name: prebuilt-g2o
path: ${{ github.workspace }}/externals/prebuild_scripts/g2o/INSTALL-vs