Skip to content

Commit

Permalink
build, #151: stop building trans exes with gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
k-doering-NOAA committed Jun 16, 2021
1 parent 92c69ca commit a6654b0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 21 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,16 @@ jobs:
mkdir SS330
/bin/bash ./Make_SS_330_new.sh -b SS330
/bin/bash ./Make_SS_330_new.sh -b SS330 -o
/bin/bash ./Make_SS_330_new.sh -b SS330 -t
- name: Verify binary
run: |
sha256sum SS330/ss
sha256sum SS330/ss_opt
sha256sum SS330/ss_trans
- name: Delete unneeded files
run: |
cd SS330
rm *.obj *.htp *.cpp ss_opt.tpl ss_trans.tpl
rm *.obj *.htp *.cpp ss_opt.tpl
- name: Archive the exes as tar.
if: success()
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,16 @@ jobs:
mkdir SS330
/bin/bash ./Make_SS_330_new.sh -b SS330
/bin/bash ./Make_SS_330_new.sh -b SS330 -o
/bin/bash ./Make_SS_330_new.sh -b SS330 -t
- name: Verify binary
run: |
shasum -a 256 SS330/ss
shasum -a 256 SS330/ss_opt
shasum -a 256 SS330/ss_trans
- name: Delete unneeded files
run: |
cd SS330
rm *.obj *.htp *.cpp ss_opt.tpl ss_trans.tpl
rm *.obj *.htp *.cpp ss_opt.tpl
- name: Archive the binaries
if: success()
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,12 @@ jobs:
cd Compile
./Make_SS_safe.bat
./Make_SS_fast.bat
./Make_SS_trans.bat
- name: Move exes to a new folder
run: |
mkdir exes
mv Compile/ss.exe exes/
mv Compile/ss_opt.exe exes/
mv Compile/ss_trans.exe exes/
- name: Archive windows exes
if: success()
Expand Down
13 changes: 0 additions & 13 deletions SS_versioninfo_330trans.tpl

This file was deleted.

0 comments on commit a6654b0

Please sign in to comment.