diff options
-rw-r--r-- | .gitlab-ci.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dde9e7e..a9e9a6f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,3 +56,15 @@ test:commands2: variables: srcbranch: curl-7_51_0 <<: *job-artifacts + +gcc_master: + stage: build + script: + - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext + libgmp-dev libmpfr-dev libmpc-dev libisl-dev bison flex + - ./.ci/copyspm.sh + - ./.ci/buildlib.sh gcc master + - ./.ci/copyfinal.sh + variables: + installname: gcc_master + <<: *job-artifacts |