diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-01 16:05:22 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-01 16:43:38 +0300 |
commit | d1fffee66ca763502f89df17a116fdad79023f7c (patch) | |
tree | 1377fb4faa3a12e17a793b42cf7ec77651ea6de6 /.appveyor.yml | |
parent | Makefile: try less verbose output (diff) | |
download | cmake-common-d1fffee66ca763502f89df17a116fdad79023f7c.tar.gz cmake-common-d1fffee66ca763502f89df17a116fdad79023f7c.zip |
Makefile: prettier output
Diffstat (limited to '')
-rw-r--r-- | .appveyor.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 35bb4c3..4c59f4a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -22,16 +22,12 @@ install: - choco install make build_script: - - echo Simple CMake projects - make simple - make static - make dynamic - - echo Boost 1.58.0 - make boost/58 - - echo Boost 1.72.0 - make boost/72 - - echo Boost 1.65.0 - make boost/65 |