diff --git a/.github/buildomat/jobs/psc-b.sh b/.github/buildomat/jobs/psc-b.sh new file mode 100755 index 000000000..1d673a0ad --- /dev/null +++ b/.github/buildomat/jobs/psc-b.sh @@ -0,0 +1,15 @@ +#!/bin/bash +#: +#: name = "build psc-b" +#: variety = "basic" +#: target = "ubuntu-22.04" +#: rust_toolchain = true +#: output_rules = [ +#: "=/work/*.zip", +#: ] + +set -o errexit +set -o pipefail +set -o xtrace + +exec .github/buildomat/build-one.sh psc-b app/psc/rev-b.toml default diff --git a/.github/buildomat/jobs/psc-c.sh b/.github/buildomat/jobs/psc-c.sh new file mode 100755 index 000000000..4c8ec4b0f --- /dev/null +++ b/.github/buildomat/jobs/psc-c.sh @@ -0,0 +1,15 @@ +#!/bin/bash +#: +#: name = "build psc-c" +#: variety = "basic" +#: target = "ubuntu-22.04" +#: rust_toolchain = true +#: output_rules = [ +#: "=/work/*.zip", +#: ] + +set -o errexit +set -o pipefail +set -o xtrace + +exec .github/buildomat/build-one.sh psc-c app/psc/rev-c.toml default