Wrong artifact location fixed

This commit is contained in:
Jan Möbius
2016-05-12 11:35:24 +02:00
parent d71aabad49
commit a662f25031

View File

@@ -24,7 +24,7 @@ macos-c++11:
- Apple - Apple
artifacts: artifacts:
paths: paths:
- *.dmg - build-release-cpp11/*.dmg
macos-c++98: macos-c++98:
script: "CI/ci-mac.sh C++98" script: "CI/ci-mac.sh C++98"
@@ -32,7 +32,7 @@ macos-c++98:
- Apple - Apple
artifacts: artifacts:
paths: paths:
- *.dmg - build-release-cpp98/*.dmg
cppcheck: cppcheck:
script: "CI/ci-cppcheck.sh" script: "CI/ci-cppcheck.sh"