|
@@ -11,6 +11,11 @@ configuration: Release
|
|
skip_branch_with_pr: true
|
|
skip_branch_with_pr: true
|
|
clone_depth: 1
|
|
clone_depth: 1
|
|
|
|
|
|
|
|
+skip_commits:
|
|
|
|
+ files:
|
|
|
|
+ - .travis.yml
|
|
|
|
+ - .gitlab-ci.yml
|
|
|
|
+
|
|
init:
|
|
init:
|
|
- ps: Update-AppveyorBuild -Version "build-$env:APPVEYOR_BUILD_NUMBER-$($env:APPVEYOR_REPO_COMMIT.substring(0,7))"
|
|
- ps: Update-AppveyorBuild -Version "build-$env:APPVEYOR_BUILD_NUMBER-$($env:APPVEYOR_REPO_COMMIT.substring(0,7))"
|
|
|
|
|
|
@@ -71,6 +76,7 @@ for:
|
|
only:
|
|
only:
|
|
- image: Ubuntu1804
|
|
- image: Ubuntu1804
|
|
before_build:
|
|
before_build:
|
|
|
|
+ - sh: "if [ ${APPVEYOR_REPO_TAG} == \"true\" ]; then tar --exclude=.git -czf /tmp/${APPVEYOR_REPO_TAG_NAME}.tar.gz . && appveyor PushArtifact /tmp/${APPVEYOR_REPO_TAG_NAME}.tar.gz \nfi"
|
|
- ./configure
|
|
- ./configure
|
|
build_script:
|
|
build_script:
|
|
- make package -C tmp -j $(nproc || sysctl -n hw.ncpu || echo 4)
|
|
- make package -C tmp -j $(nproc || sysctl -n hw.ncpu || echo 4)
|