|
|
@@ -1,4 +1,8 @@
|
|
|
image: atlassian/default-image:2
|
|
|
+
|
|
|
+clone:
|
|
|
+ depth: full
|
|
|
+
|
|
|
pipelines:
|
|
|
default:
|
|
|
- step:
|
|
|
@@ -10,7 +14,6 @@ pipelines:
|
|
|
- apt-get install -y jq gcc-9 g++-9 unzip cmake lib32ncurses5 lib32z1 lib32stdc++6 python3-venv
|
|
|
- update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9
|
|
|
- git submodule update --recursive --init
|
|
|
- - git fetch origin develop
|
|
|
- source bitbucket-pipelines-dependencies.sh
|
|
|
|
|
|
- ./build_test.sh
|