Gitlab ci setup (#17)
* Test pull request on gitlab ci * Gitlab ci continued, bumped kotlin to 1.4.10 * print env * Update readme and lets try to trigger only on master * Master, pull requests and tags
This commit is contained in:
parent
4200197d1b
commit
1a470eb272
@ -1,2 +1,20 @@
|
|||||||
build:
|
workflow:
|
||||||
script: echo TEST
|
rules:
|
||||||
|
- if: $CI_MERGE_REQUEST_IID
|
||||||
|
- if: $CI_COMMIT_TAG
|
||||||
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
|
buildLinux:
|
||||||
|
script:
|
||||||
|
- echo TEST_PULL_REQUEST_LINUX
|
||||||
|
- env
|
||||||
|
tags:
|
||||||
|
- linuxX64
|
||||||
|
buildMac:
|
||||||
|
script: echo TEST_PULL_REQUEST_MAC
|
||||||
|
tags:
|
||||||
|
- macos
|
||||||
|
buildWindows:
|
||||||
|
script: echo TEST_PULL_REQUEST_WIN
|
||||||
|
tags:
|
||||||
|
- windowsX64
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
[](https://travis-ci.com/ionspin/kotlin-multiplatform-crypto)
|
|
||||||
|
[](https://gitlab.com/ionspin-github-ci/kotlin-multiplatform-crypto-ci/-/commits/master)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
object Versions {
|
object Versions {
|
||||||
val kotlinCoroutines = "1.3.9"
|
val kotlinCoroutines = "1.3.9"
|
||||||
val kotlin = "1.4.0"
|
val kotlin = "1.4.10"
|
||||||
val kotlinSerialization = "1.0.0-RC"
|
val kotlinSerialization = "1.0.0-RC"
|
||||||
val atomicfu = "0.14.3-M2-2-SNAPSHOT" //NOTE: my linux arm32 and arm64 build
|
val atomicfu = "0.14.3-M2-2-SNAPSHOT" //NOTE: my linux arm32 and arm64 build
|
||||||
val nodePlugin = "1.3.0"
|
val nodePlugin = "1.3.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user