Turn on daemon on Windows

This commit is contained in:
Iaroslav Postovalov 2020-10-04 14:45:33 +07:00
parent 881f2280fc
commit 0565f0665a
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

View File

@ -73,7 +73,7 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11
- name: Install gsl
- name: Install mingw-w64-x86_64-gsl
run: c:\msys64\usr\bin\pacman --noconfirm -S mingw-w64-x86_64-gsl
- name: Add msys to path
# msys installed on default image but not in path
@ -96,4 +96,4 @@ jobs:
key: ${{ runner.os }}-konan-1.4.20-eap-37
restore-keys: ${{ runner.os }}-konan-1.4.20-eap-37
- name: Build with Gradle
run: ./gradlew -Dorg.gradle.daemon=false --build-cache :kmath-gsl:cinteropLibgslNative build
run: ./gradlew --build-cache :kmath-gsl:cinteropLibgslNative build