Skip to content

Commit ab78570

Browse files
committed
Modify comments on workflow files; gitcompile.py help
1 parent 115c7e2 commit ab78570

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

.github/workflows/comp-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: 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

48
permissions:
59
contents: write

.github/workflows/g2main-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: 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

410
permissions:
511
contents: write

.github/workflows/matrix_comp-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: 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
#

.github/workflows/matrix_g2main-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: 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

67
permissions:

install/gitcompile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@
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

0 commit comments

Comments
 (0)