Skip to content

Commit 137e1ce

Browse files
committed
Suppress, simply too wonky
1 parent 00b4f2a commit 137e1ce

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

.github/workflows/mcstas-autobuild.yml

-12
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,6 @@ jobs:
7171
if [ "$RUNNER_OS" == "macOS" ]; then ./buildscripts/build_macos_mcstas ${REV} && tar cfz mcstas-macOS-conda.tgz mcstas-macOS-arm64/ mcstas-macOS-x86_64/; fi;
7272
if [ "$RUNNER_OS" == "Linux" ]; then ./buildscripts/build_debs_mcstas ${REV} meta && mv dist mcstas-debian-x86_64 && tar cfz mcstas-debian-x86_64.tgz mcstas-debian-x86_64/; fi
7373
74-
- name: Package conda wrapper McStas for windows
75-
id: mcstas-conda-build
76-
run: |
77-
set -e
78-
set -u
79-
set -x
80-
cd McCode
81-
export REV=`git -c 'versionsort.suffix=-' ls-remote --exit-code --refs --sort='version:refname' --tags origin 'v*.*.*' | tail -1 | cut -f3 -d/ | cut -f2 -dv`
82-
if [ "$RUNNER_OS" == "Linux" ]; then rm -rf dist; fi
83-
if [ "$RUNNER_OS" == "Linux" ]; then ./buildscripts/build_windows_mcstas_conda ${REV} meta && mv dist mcstas-conda-Windows-x86_64; fi
84-
if [ "$RUNNER_OS" == "Linux" ]; then tar cfz mcstas-conda-Windows-x86_64.tgz mcstas-conda-Windows-x86_64/; fi
85-
8674
- name: Cross-Build McStas for windows
8775
id: mcstas-mingw-build
8876
run: |

.github/workflows/mcxtrace-autobuild.yml

-12
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,6 @@ jobs:
7171
if [ "$RUNNER_OS" == "macOS" ]; then ./buildscripts/build_macos_mcxtrace ${REV} && tar cfz mcxtrace-macOS-conda.tgz mcxtrace-macOS-arm64/ mcxtrace-macOS-x86_64/; fi;
7272
if [ "$RUNNER_OS" == "Linux" ]; then ./buildscripts/build_debs_mcxtrace ${REV} meta && mv dist mcxtrace-debian-x86_64 && tar cfz mcxtrace-debian-x86_64.tgz mcxtrace-debian-x86_64/; fi
7373
74-
- name: Package conda wrapper McXtrace for windows
75-
id: mcxtrace-conda-build
76-
run: |
77-
set -e
78-
set -u
79-
set -x
80-
cd McCode
81-
export REV=`git -c 'versionsort.suffix=-' ls-remote --exit-code --refs --sort='version:refname' --tags origin 'v*.*.*' | tail -1 | cut -f3 -d/ | cut -f2 -dv`
82-
if [ "$RUNNER_OS" == "Linux" ]; then rm -rf dist; fi
83-
if [ "$RUNNER_OS" == "Linux" ]; then ./buildscripts/build_windows_mcxtrace_conda ${REV} meta && mv dist mcxtrace-conda-Windows-x86_64; fi
84-
if [ "$RUNNER_OS" == "Linux" ]; then tar cfz mcxtrace-conda-Windows-x86_64.tgz mcxtrace-conda-Windows-x86_64/; fi
85-
8674
- name: Cross-Build McXtrace for windows
8775
id: mcxtrace-mingw-build
8876
run: |

0 commit comments

Comments
 (0)