diff --git a/CMakeLists.txt b/CMakeLists.txt index cc37bc0..ce3b48f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index d594b61..933a77d 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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 \ No newline at end of file