1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-31 22:21:13 +02:00

enable local actions for pull requests

This commit is contained in:
Lars Melchior 2020-04-24 10:55:15 +02:00
parent 716a30d90b
commit b5dfbf3085
6 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
name: Install name: Install
on: [push] on: [push, pull_request]
env: env:
CTEST_OUTPUT_ON_FAILURE: 1 CTEST_OUTPUT_ON_FAILURE: 1

View file

@ -1,6 +1,6 @@
name: MacOS name: MacOS
on: [push] on: [push, pull_request]
env: env:
CTEST_OUTPUT_ON_FAILURE: 1 CTEST_OUTPUT_ON_FAILURE: 1

View file

@ -1,6 +1,6 @@
name: Standalone name: Standalone
on: [push] on: [push, pull_request]
jobs: jobs:
build: build:

View file

@ -1,6 +1,6 @@
name: Style name: Style
on: [push] on: [push, pull_request]
jobs: jobs:
build: build:

View file

@ -1,6 +1,6 @@
name: Ubuntu name: Ubuntu
on: [push] on: [push, pull_request]
env: env:
CTEST_OUTPUT_ON_FAILURE: 1 CTEST_OUTPUT_ON_FAILURE: 1

View file

@ -1,6 +1,6 @@
name: Windows name: Windows
on: [push] on: [push, pull_request]
env: env:
CTEST_OUTPUT_ON_FAILURE: 1 CTEST_OUTPUT_ON_FAILURE: 1