Skip to content

Update build-dep-g2o.yml #1

Update build-dep-g2o.yml

Update build-dep-g2o.yml #1

Workflow file for this run

name: Build g2o
on:
workflow_dispatch:
push:
branches:
- build-workflow
jobs:
build:
runs-on: windows-2022
steps:
- uses: actions/checkout@v3
- 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