diff options
| author | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-01-21 02:44:27 +0000 |
|---|---|---|
| committer | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-01-21 02:44:27 +0000 |
| commit | 291206587013c1c565563cb630d5ab0db2281b63 (patch) | |
| tree | ec5ee65a1edade13e65a0c60d489b5b29fa6bd24 | |
| parent | 15247eeb767f35b9257c69335482c0676e982498 (diff) | |
Update .gitlab-ci.yml
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9381c871..533533f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ image: rabits/qt:5.9-desktop before_script: - echo Current working directory is $(pwd) - qmake --version + - gcc --version - sudo apt-get install --no-install-recommends -y upx zip unzip - cd scripts - ./configure_ubuntu.sh |
