ws
authorMichael Wallner <mike@php.net>
Fri, 2 Oct 2020 19:10:45 +0000 (21:10 +0200)
committerMichael Wallner <mike@php.net>
Fri, 2 Oct 2020 19:10:45 +0000 (21:10 +0200)
.github/workflows/cmake-build-ci.gen
.github/workflows/cmake-build-ci.yml

index 325641d73365739f134f55e7705616127380a17d..53ea821b5982f7eaa07fe82bb1373ead7ca41984 100755 (executable)
@@ -149,15 +149,15 @@ function steps($splat_map = null) {
 
 ?>
 name: cmake-build-ci
-on: 
+on:
   push:
-    paths-ignore: 
+    paths-ignore:
       - "docs/**"
-    branches-ignore: 
+    branches-ignore:
       - gh-pages
       - v1.x
   pull_request:
-    branches: 
+    branches:
       - master
       - v1.x
 env:
@@ -200,7 +200,7 @@ jobs:
     runs-on: <?=DEF[DEF["os"]]?> #
     env:
       ENABLE_SANITIZERS: "address;undefined"
-    steps: 
+    steps:
       - uses: actions/checkout@v2
 <?php steps(); ?>
 
@@ -210,7 +210,7 @@ jobs:
     env:
       CFLAGS: -O0 --coverage
       CXXFLAGS: -O0 --coverage
-    steps: 
+    steps:
       - uses: actions/checkout@v2
 <?php steps(); ?>
       - uses: codecov/codecov-action@v1.0.13
@@ -245,4 +245,3 @@ jobs:
           make install
           cd ..
 <?php steps_build(); ?>
-
index 8a781be90a3d40d9facf28d4cde58d6299b3b312..d570d1495654df14c1706da6994be16c9ff9c7ce 100644 (file)
@@ -1,14 +1,14 @@
 # Generated file; do not edit!
 name: cmake-build-ci
-on: 
+on:
   push:
-    paths-ignore: 
+    paths-ignore:
       - "docs/**"
-    branches-ignore: 
+    branches-ignore:
       - gh-pages
       - v1.x
   pull_request:
-    branches: 
+    branches:
       - master
       - v1.x
 env:
@@ -128,7 +128,7 @@ jobs:
     runs-on: ubuntu-20.04 #
     env:
       ENABLE_SANITIZERS: "address;undefined"
-    steps: 
+    steps:
       - uses: actions/checkout@v2
       - name: Prepare environment (for cur gnu on ubuntu-20.04)
         if: (env.OS_VER=='ubuntu-20.04') && (env.CC_VND=='gnu') && (env.CC_VER=='cur')
@@ -156,7 +156,7 @@ jobs:
     env:
       CFLAGS: -O0 --coverage
       CXXFLAGS: -O0 --coverage
-    steps: 
+    steps:
       - uses: actions/checkout@v2
       - name: Prepare environment (for cur gnu on ubuntu-20.04)
         if: (env.OS_VER=='ubuntu-20.04') && (env.CC_VND=='gnu') && (env.CC_VER=='cur')
@@ -225,4 +225,3 @@ jobs:
       - name: Failed tests log
         if: ${{ failure() }}
         run: cat build/Testing/Temporary/LastTest.log
-