Enable GitHub CI on pull request

Also rename the build to be more specific.
This commit is contained in:
Raphaël Zumer 2019-12-12 15:23:57 -05:00
parent 7027813cb2
commit d2e7519763
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
name: C/C++ CI with CMake name: CMake Build (Ubuntu x86-64)
on: [push] on: [push, pull_request]
env: env:
BUILD_TYPE: Release BUILD_TYPE: Release