Archive created dmg files from mac

This commit is contained in:
Jan Möbius
2016-05-12 11:10:21 +02:00
parent 33cdd611ab
commit 80316d61ea

View File

@@ -22,11 +22,17 @@ macos-c++11:
script: "CI/ci-mac.sh C++11"
tags:
- Apple
artifacts:
paths:
- *.dmg
macos-c++98:
script: "CI/ci-mac.sh C++98"
tags:
- Apple
artifacts:
paths:
- *.dmg
cppcheck:
script: "CI/ci-cppcheck.sh"