From a6654b00de038f32c15f92a78ada10dc41e2c6d5 Mon Sep 17 00:00:00 2001 From: "kathryn.doering" Date: Wed, 16 Jun 2021 08:52:54 -0700 Subject: [PATCH] build, #151: stop building trans exes with gh actions --- .github/workflows/build-centos.yml | 4 +--- .github/workflows/build-mac.yml | 4 +--- .github/workflows/build-win.yml | 2 -- SS_versioninfo_330trans.tpl | 13 ------------- 4 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 SS_versioninfo_330trans.tpl diff --git a/.github/workflows/build-centos.yml b/.github/workflows/build-centos.yml index cb017b16..9a2578af 100644 --- a/.github/workflows/build-centos.yml +++ b/.github/workflows/build-centos.yml @@ -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() diff --git a/.github/workflows/build-mac.yml b/.github/workflows/build-mac.yml index 40110fe4..549f8b0c 100644 --- a/.github/workflows/build-mac.yml +++ b/.github/workflows/build-mac.yml @@ -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() diff --git a/.github/workflows/build-win.yml b/.github/workflows/build-win.yml index b58d74f8..0b6751b7 100644 --- a/.github/workflows/build-win.yml +++ b/.github/workflows/build-win.yml @@ -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() diff --git a/SS_versioninfo_330trans.tpl b/SS_versioninfo_330trans.tpl deleted file mode 100644 index fdc6d4a5..00000000 --- a/SS_versioninfo_330trans.tpl +++ /dev/null @@ -1,13 +0,0 @@ -DATA_SECTION -!!// Stock Synthesis -!!// Developed by Richard Methot, NOAA Fisheries - -!!// SS_Label_Section_1.0 #DATA_SECTION - -!!// SS_Label_Info_1.1.1 #Create string with version info -!!version_info+="#V3.30.17.01;_2021_06_15;_trans;_Stock_Synthesis_by_Richard_Methot_(NOAA)_using_ADMB_12.3"; -!!version_info+="#Stock Synthesis (SS) is a work of the U.S. Government and is not subject to copyright protection in the United States."; -!!version_info+="#Foreign copyrights may apply. See copyright.txt for more information."; -!!version_info2+="#_user_support_available_at:NMFS.Stock.Synthesis@noaa.gov"; -!!version_info3+="#_user_info_available_at:https://vlab.noaa.gov/group/stock-synthesis"; -!!#define DO_ONCE