File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -83,13 +83,13 @@ jobs:
83
83
- name : setup
84
84
id : setup
85
85
run : |
86
+ echo "PLUGIN_VERSION=$(grep -w Source/OpenEphysLib.cpp -e 'info->libVersion' | grep -Eo "[0-9]+.[0-9]+.[0-9]+")" >> GITHUB_OUTPUT
86
87
sudo apt update
87
88
cd ../..
88
89
git clone https://github.com/open-ephys/plugin-GUI.git --branch testing-juce8
89
90
sudo ./plugin-GUI/Resources/Scripts/install_linux_dependencies.sh
90
91
cd plugin-GUI/Build && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
91
- echo "PLUGIN_API=$(grep -rnw ../../plugin-GUI/Source -e '#define PLUGIN_API_VER' | grep -Eo "[0-9]*" | tail -1)" >> GITHUB_OUTPUT
92
- echo "PLUGIN_VERSION=$(grep -w ../Source/OpenEphysLib.cpp -e 'info->libVersion' | grep -Eo "[0-9]+.[0-9]+.[0-9]+")" >> GITHUB_OUTPUT
92
+ echo "PLUGIN_API=$(grep -rnw ../Source -e '#define PLUGIN_API_VER' | grep -Eo "[0-9]*" | tail -1)" >> GITHUB_OUTPUT
93
93
94
94
- name : build
95
95
id : build
Original file line number Diff line number Diff line change @@ -83,11 +83,11 @@ jobs:
83
83
- name : setup
84
84
id : setup
85
85
run : |
86
+ echo "PLUGIN_VERSION=$(grep -w Source/OpenEphysLib.cpp -e 'info->libVersion' | grep -Eo "[0-9]+.[0-9]+.[0-9]+")" >> GITHUB_OUTPUT
86
87
cd ../..
87
88
git clone https://github.com/open-ephys/plugin-GUI.git --branch testing-juce8
88
89
cd plugin-GUI/Build && cmake -G "Xcode" ..
89
- echo "PLUGIN_API=$(grep -rnw ../../plugin-GUI/Source -e '#define PLUGIN_API_VER' | grep -Eo "[0-9]*" | tail -1)" >> GITHUB_OUTPUT
90
- echo "PLUGIN_VERSION=$(grep -w ../Source/OpenEphysLib.cpp -e 'info->libVersion' | grep -Eo "[0-9]+.[0-9]+.[0-9]+")" >> GITHUB_OUTPUT
90
+ echo "PLUGIN_API=$(grep -rnw ../Source -e '#define PLUGIN_API_VER' | grep -Eo "[0-9]*" | tail -1)" >> GITHUB_OUTPUT
91
91
92
92
- name : build
93
93
id : build
Original file line number Diff line number Diff line change @@ -83,15 +83,15 @@ jobs:
83
83
- name : setup
84
84
id : setup
85
85
run : |
86
+ echo "PLUGIN_VERSION=$(grep -w Source/OpenEphysLib.cpp -e 'info->libVersion' | grep -Eo "[0-9]+.[0-9]+.[0-9]+")" >> GITHUB_OUTPUT
86
87
cd ../..
87
88
git clone https://github.com/open-ephys/plugin-GUI.git --branch testing-juce8
88
89
cd plugin-GUI/Build
89
90
cmake -G "Visual Studio 17 2022" -A x64 ..
90
91
mkdir Release && cd Release
91
92
curl -L https://openephys.jfrog.io/artifactory/GUI-binaries/Libraries/open-ephys-lib-v1.0.0-alpha.zip --output open-ephys-lib.zip
92
93
unzip open-ephys-lib.zip
93
- echo "PLUGIN_API=$(grep -rnw ../../plugin-GUI/Source -e '#define PLUGIN_API_VER' | grep -Eo "[0-9]*" | tail -1)" >> GITHUB_OUTPUT
94
- echo "PLUGIN_VERSION=$(grep -w ../Source/OpenEphysLib.cpp -e 'info->libVersion' | grep -Eo "[0-9]+.[0-9]+.[0-9]+")" >> GITHUB_OUTPUT
94
+ echo "PLUGIN_API=$(grep -rnw ../../Source -e '#define PLUGIN_API_VER' | grep -Eo "[0-9]*" | tail -1)" >> GITHUB_OUTPUT
95
95
shell : bash
96
96
97
97
- name : configure
You can’t perform that action at this time.
0 commit comments