Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
roussosalex committed May 6, 2018
1 parent 60c7650 commit 88ced8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:linux-x86_64:
script:
- mkdir build-linux-x86_64
- cd build-linux-x86_64
- cmake ../ -DBUILD_ICU=ON
- cmake ../ -DBUILD_ICU=ON -DICU_BUILD_VERSION=$ICU_BUILD_VERSION
- make
- ../scripts/commit_result.sh x86_64-linux icu_host
stage: build
Expand Down
Empty file modified scripts/commit_result.sh
100644 → 100755
Empty file.

0 comments on commit 88ced8c

Please sign in to comment.