File tree Expand file tree Collapse file tree 5 files changed +13
-3
lines changed Expand file tree Collapse file tree 5 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11name : CALLED Compile binaries and then test them.
2+ #
23# Called from .github/workflows/comp_test_matrix.yml
4+ #
5+ # This uses scripts in .github/actions/meson-*/action.yml to actually
6+ # run meson and create the binaries, which are uploaded as tar files.
37
48permissions :
59 contents : write
Original file line number Diff line number Diff line change 11name : CALLED Build & test gsas2main self-installer on all platforms
2+ #
23# Called from .github/workflows/G2main-test_matrix.yml
4+ #
5+ # This creates a GSAS2main conda package that is then incorporated into
6+ # a self installer. The GSAS2main conda package will have the GSAS-II files
7+ # installed as well as binaries from the release area. (Binaries are created
8+ # with comp_test_matrix.yml)
39
410permissions :
511 contents : write
Original file line number Diff line number Diff line change 11name : compile & test binaries (meson)
2+ #
23# this passes on the matrix settings to another workflow (comp-test.yml)
34# that compiles the binaries and tests them.
45#
Original file line number Diff line number Diff line change 11name : build & test self-installers (gsas2main)
2+ #
23# Master workflow to build and test the gsas2main*.(exe,sh) self-installers
3- # this passes on the matrix settings to another workflow
4+ # this passes on the matrix settings to another workflow (g2main-test.yml)
45# with multiple jobs.
56
67permissions :
Original file line number Diff line number Diff line change 221221 that will be installed (from 500). Changes the space
222222 needed to install GSAS-II.
223223
224- --noprogress omit the progress counter when downloading GSAS-II files
225-
226224 --branch=git-branch Causes the named branch to be installed rather
227225 than main
228226
You can’t perform that action at this time.
0 commit comments