Skip to content
Snippets Groups Projects
Commit d662ebf1 authored by Thomas Kittelmann's avatar Thomas Kittelmann
Browse files

attempt to enable github actions

parent 2d5fbb61
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,8 @@ on:
pull_request:
branches: [ develop, master ]
#env:
# # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
# matrix:
# BUILD_TYPE: [ Release, Debug ]
env:
BUILD_TYPE: Release
jobs:
build:
......@@ -21,8 +19,6 @@ jobs:
strategy:
matrix:
python-version: [ '3.6', '3.9' ]
env:
BUILD_TYPE: [ Release, Debug ]
name: Ubuntu with Python ${{ matrix.python-version }}
steps:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment