f7q / learning

NET Core learning Github
Other
0 stars 1 forks source link

aspnet Mvc dev #23

Closed f7q closed 8 years ago

f7q commented 8 years ago

aspnet Mvc devブランチから取得

22

f7q commented 8 years ago

branchオプションは対象のブランチでないと機能しないのね。

 language: csharp
 sudo: required
+dist: trusty
+addons:
+  apt:
+    packages:
+    - gettext
+    - libcurl4-openssl-dev
+    - libicu-dev
+    - libssl-dev
+    - libunwind8
+    - zlib1g
 before_install:
-  - chmod +x build.sh
+  - if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install icu4c; fi
 mono:
-  - beta
-env:
-  - MONO_THREADS_PER_CPU=2000 MONO_MANAGED_WATCHER=disabled
+  - 4.0.5
 os:
   - linux
   - osx
+osx_image: xcode7.1
+branches:
+  only:
+    - master
+    - release
+    - dev
+    - /^(.*\/)?ci-.*$/
 script:
   - ./build.sh --quiet verify
+env:
+  - KOREBUILD_TEST_SKIPMONO=1
f7q commented 8 years ago

CIの相性、バージョンアップ乃至、理解せず流用は事故の元だな