Update bitbucket-pipelines

master
Unknown 2019-03-22 13:31:25 +01:00
parent ca271e2a38
commit 12c198f0ec
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.10)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
set(USE_FOLDERS ON)

View File

@ -3,11 +3,13 @@
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: lamtev/qt:latest
image: rabits/qt:5.12-desktop
pipelines:
default:
- step:
script: # Modify the commands below to build your repository.
- qmake MinetestMapperGui.pro
script:
- sudo apt-get update -y
- sudo apt-get install cmake -y
- cmake .
- make