File tree Expand file tree Collapse file tree 8 files changed +23
-4
lines changed Expand file tree Collapse file tree 8 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ set -e
3+
4+ echo " TIRPC=YES" >> ./configure/CONFIG_SITE.local
5+ echo " DRV_VXI11=YES" >> ./configure/CONFIG_SITE.local
Original file line number Diff line number Diff line change 2121
2222env :
2323 SETUP_PATH : .github/workflows:.ci
24- # For the sequencer on Linux/Windows/MacOS
25- APT : re2c
24+ # For sequencer and asyn
25+ APT : re2c libtirpc-dev libreadline-dev
2626 CHOCO : re2c
2727 BREW : re2c
2828
@@ -72,13 +72,13 @@ jobs:
7272 - os : macos-latest
7373 cmp : clang
7474 configuration : default
75- set : master_7_0
75+ set : macos
7676 name : " MacOS master 7.0"
7777
7878 - os : windows-2022
7979 cmp : vs2022
8080 configuration : static
81- set : master_7_0
81+ set : windows
8282 name : " Windows master 7.0"
8383
8484 steps :
Original file line number Diff line number Diff line change 1+ BASE="7.0"
2+
3+ MODULES="asyn"
4+
5+ ASYN="master"
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ BASE="3.15"
33MODULES="asyn"
44
55ASYN="master"
6+ ASYN_HOOK=.github/workflows/TIRPC.sh
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ BASE="7.0"
33MODULES="asyn"
44
55ASYN="master"
6+ ASYN_HOOK=.github/workflows/TIRPC.sh
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ BASE="3.15"
33MODULES="asyn"
44
55ASYN="R4-42"
6+ ASYN_HOOK=.github/workflows/TIRPC.sh
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ BASE="R7.0.4.1"
33MODULES="asyn"
44
55ASYN="R4-42"
6+ ASYN_HOOK=.github/workflows/TIRPC.sh
Original file line number Diff line number Diff line change 1+ BASE="7.0"
2+
3+ MODULES="asyn"
4+
5+ ASYN="master"
You can’t perform that action at this time.
0 commit comments