Skip to content

Commit 33988e4

Browse files
committed
run actions only on push/pull
also: re-enable actions after changing to the OpenIDC repo Signed-off-by: Hans Zandbelt <[email protected]>
1 parent bea8dfd commit 33988e4

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.cproject

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
<tool id="org.eclipse.linuxtools.cdt.autotools.core.toolchain.tool.gcc.548331172" name="GCC C Compiler" superClass="org.eclipse.linuxtools.cdt.autotools.core.toolchain.tool.gcc">
3535
<option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.include.paths.811285626" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath">
3636
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/liboauth2/include}&quot;"/>
37+
<listOptionValue builtIn="false" value="/opt/homebrew/Cellar/apr/1.7.4/include/apr-1"/>
38+
<listOptionValue builtIn="false" value="/opt/homebrew/Cellar/apr-util/1.6.3_1/include/apr-1"/>
39+
<listOptionValue builtIn="false" value="/opt/homebrew/include/httpd/"/>
3740
<listOptionValue builtIn="false" value="/usr/local/include"/>
38-
<listOptionValue builtIn="false" value="/opt/local/include"/>
39-
<listOptionValue builtIn="false" value="/Users/hzandbelt/projects/nginx/src/core"/>
40-
<listOptionValue builtIn="false" value="/Users/hzandbelt/projects/nginx/src/http"/>
4141
</option>
4242
<option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.preprocessor.def.symbols.2047978831" name="Defined symbols (-D)" superClass="gnu.c.compiler.option.preprocessor.def.symbols" useByScannerDiscovery="false" valueType="definedSymbols">
4343
<listOptionValue builtIn="false" value="HAVE_LIBHIREDIS=1"/>
@@ -88,9 +88,11 @@
8888
<tool id="org.eclipse.linuxtools.cdt.autotools.core.toolchain.tool.autogen.debug.831501834" name="autogen.sh" superClass="org.eclipse.linuxtools.cdt.autotools.core.toolchain.tool.autogen.debug"/>
8989
<tool id="org.eclipse.linuxtools.cdt.autotools.core.toolchain.tool.gcc.debug.397973033" name="GCC C Compiler" superClass="org.eclipse.linuxtools.cdt.autotools.core.toolchain.tool.gcc.debug">
9090
<option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.include.paths.300127578" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath">
91-
<listOptionValue builtIn="false" value="/Users/hzandbelt/projects/nginx-1.15.5/src/core"/>
92-
<listOptionValue builtIn="false" value="/Users/hzandbelt/projects/nginx-1.15.5/src/http"/>
9391
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/liboauth2/include}&quot;"/>
92+
<listOptionValue builtIn="false" value="/opt/homebrew/Cellar/apr/1.7.4/include/apr-1"/>
93+
<listOptionValue builtIn="false" value="/opt/homebrew/Cellar/apr-util/1.6.3_1/include/apr-1/"/>
94+
<listOptionValue builtIn="false" value="/opt/homebrew/include/httpd/"/>
95+
<listOptionValue builtIn="false" value="/usr/local/include"/>
9496
</option>
9597
<option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.preprocessor.def.symbols.854310462" name="Defined symbols (-D)" superClass="gnu.c.compiler.option.preprocessor.def.symbols" useByScannerDiscovery="false" valueType="definedSymbols">
9698
<listOptionValue builtIn="false" value="HAVE_LIBHIREDIS=1"/>

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Build
22

3-
on:
4-
push:
5-
pull_request:
6-
schedule:
7-
- cron: "0 0 * * *"
3+
on: [push, pull_request]
84

95
jobs:
106
build:

0 commit comments

Comments
 (0)