Browse Source

Cleanup cache

tags/v2.3.0-RC2
falkTX 2 years ago
parent
commit
4d21695740
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .travis.yml
  2. +1
    -1
      build.sh

+ 1
- 1
.travis.yml View File

@@ -16,7 +16,7 @@ cache:

env:
global:
- BOOTSTRAP_VERSION=2
- BOOTSTRAP_VERSION=3

jobs:
# linux with win32 cross-compilation


+ 1
- 1
build.sh View File

@@ -36,7 +36,7 @@ BUILD_VERSION=$((${LAST_BUILD_VERSION} + 1))
mkdir -p ${PAWPAW_BUILDDIR}
echo ${BOOTSTRAP_VERSION} > ${PAWPAW_BUILDDIR}/.last-bootstrap-version

if [ ${BUILD_VERSION} -lt 4 ]; then
if [ ${BUILD_VERSION} -le 4 ]; then
echo ${BUILD_VERSION} > ${PAWPAW_BUILDDIR}/.last-build-version
fi



Loading…
Cancel
Save