File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -166,18 +166,18 @@ jobs:
166
166
chmod +x patches/curl_stfp_patcher
167
167
dos2unix utils/SF_deployer
168
168
chmod +x utils/SF_deployer
169
- if : success() && github.event_name == 'push '
169
+ if : success() && github.event_name == 'release' && github.event.action == 'published '
170
170
- name : install
171
171
run : |
172
172
sudo apt-get -y install -qq gcc g++ gperf flex git texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet libgmp-dev libmpfr-dev
173
173
sudo /usr/sbin/update-ccache-symlinks
174
174
echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
175
175
source ~/.bashrc && echo $PATH
176
- if : success() && github.event_name == 'push '
176
+ if : success() && github.event_name == 'release' && github.event.action == 'published '
177
177
- name : script
178
178
run : bash build-scripts/CI/CINTB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
179
179
shell : bash
180
- if : success() && github.event_name == 'push '
180
+ if : success() && github.event_name == 'release' && github.event.action == 'published '
181
181
- name : before_script
182
182
run : bash patches/curl_stfp_patcher
183
183
shell : bash
Original file line number Diff line number Diff line change @@ -166,18 +166,18 @@ jobs:
166
166
chmod +x patches/curl_stfp_patcher
167
167
dos2unix utils/SF_deployer
168
168
chmod +x utils/SF_deployer
169
- if : success() && github.event_name == 'push '
169
+ if : success() && github.event_name == 'release' && github.event.action == 'published '
170
170
- name : install
171
171
run : |
172
172
sudo apt-get -y install -qq gcc g++ gperf flex git texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet libgmp-dev libmpfr-dev
173
173
sudo /usr/sbin/update-ccache-symlinks
174
174
echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
175
175
source ~/.bashrc && echo $PATH
176
- if : success() && github.event_name == 'push '
176
+ if : success() && github.event_name == 'release' && github.event.action == 'published '
177
177
- name : script
178
178
run : bash build-scripts/CI/CINTB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
179
179
shell : bash
180
- if : success() && github.event_name == 'push '
180
+ if : success() && github.event_name == 'release' && github.event.action == 'published '
181
181
- name : before_script
182
182
run : bash patches/curl_stfp_patcher
183
183
shell : bash
Original file line number Diff line number Diff line change @@ -166,18 +166,18 @@ jobs:
166
166
chmod +x patches/curl_stfp_patcher
167
167
dos2unix utils/SF_deployer
168
168
chmod +x utils/SF_deployer
169
- if : success() && github.event_name == 'push '
169
+ if : success() && github.event_name == 'release' && github.event.action == 'published '
170
170
- name : install
171
171
run : |
172
172
sudo apt-get -y install -qq gcc g++ gperf flex texinfo git pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet libgmp-dev libmpfr-dev
173
173
sudo /usr/sbin/update-ccache-symlinks
174
174
echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
175
175
source ~/.bashrc && echo $PATH
176
- if : success() && github.event_name == 'push '
176
+ if : success() && github.event_name == 'release' && github.event.action == 'published '
177
177
- name : script
178
178
run : bash build-scripts/CI/CINTB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
179
179
shell : bash
180
- if : success() && github.event_name == 'push '
180
+ if : success() && github.event_name == 'release' && github.event.action == 'published '
181
181
- name : before_script
182
182
run : bash patches/curl_stfp_patcher
183
183
shell : bash
Original file line number Diff line number Diff line change @@ -166,18 +166,18 @@ jobs:
166
166
chmod +x patches/curl_stfp_patcher
167
167
dos2unix utils/SF_deployer
168
168
chmod +x utils/SF_deployer
169
- if : success() && github.event_name == 'push '
169
+ if : success() && github.event_name == 'release' && github.event.action == 'published '
170
170
- name : install
171
171
run : |
172
172
sudo apt-get -y install -qq gcc g++ gperf flex texinfo pigz gawk git gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet libgmp-dev libmpfr-dev
173
173
sudo /usr/sbin/update-ccache-symlinks
174
174
echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
175
175
source ~/.bashrc && echo $PATH
176
- if : success() && github.event_name == 'push '
176
+ if : success() && github.event_name == 'release' && github.event.action == 'published '
177
177
- name : script
178
178
run : bash build-scripts/CI/CINTB_64b -g $GCC_VERSION -o $RPIOS_TYPE
179
179
shell : bash
180
- if : success() && github.event_name == 'push '
180
+ if : success() && github.event_name == 'release' && github.event.action == 'published '
181
181
- name : before_script
182
182
run : bash patches/curl_stfp_patcher
183
183
shell : bash
You can’t perform that action at this time.
0 commit comments