working on github dist

This commit is contained in:
Charlton, Scott R 2021-09-14 21:52:27 -06:00
parent 005f962eec
commit e8ba3f51f5

View File

@ -10,6 +10,14 @@ env:
BUILD_TYPE: RelWithDebInfo BUILD_TYPE: RelWithDebInfo
jobs: jobs:
init:
runs-on: ubuntu-latest
steps:
which curl
curl --version
exit 1
build: build:
# The CMake configure and build commands are platform agnostic and should work equally # The CMake configure and build commands are platform agnostic and should work equally
# well on Windows or Mac. You can convert this to a matrix build if you need # well on Windows or Mac. You can convert this to a matrix build if you need