diff options
author | Loïc Hoguin <[email protected]> | 2015-09-21 12:43:48 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-09-21 12:43:48 +0200 |
commit | 3b91fa449ef01d92282a56bcd3912bc77a3774d9 (patch) | |
tree | 27da4bce227bbda5f6bba799d7abde01d064eeff /appveyor.yml | |
parent | ca113c784849d7fe8541a23c3b9b0e557c3b9c02 (diff) | |
download | erlang.mk-3b91fa449ef01d92282a56bcd3912bc77a3774d9.tar.gz erlang.mk-3b91fa449ef01d92282a56bcd3912bc77a3774d9.tar.bz2 erlang.mk-3b91fa449ef01d92282a56bcd3912bc77a3774d9.zip |
Add gcc to the AppVeyor environment
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 5e8e5af..b82bcd3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ build_script: - C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors" - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Sy" -- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S git make" +- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S gcc git make" test_script: - C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make -j 32 -k check" - C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make -j 32 -k check LEGACY=1" |