Skip to content

Commit 5c109bd

Browse files
committed
Merge branch 'develop'
2 parents 89e36bb + e7fed53 commit 5c109bd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1154
-883
lines changed

.buildkite/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ steps:
44
/usr/bin/cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=clang++-4.0 -DCMAKE_C_COMPILER=clang-4.0 -DBOOST_ROOT="${BOOST_ROOT}" -DWASM_ROOT="${WASM_ROOT}" -DOPENSSL_ROOT_DIR="${OPENSSL_ROOT_DIR}" -DBUILD_MONGO_DB_PLUGIN=true -DENABLE_COVERAGE_TESTING=true -DBUILD_DOXYGEN=false && \
55
/usr/bin/ninja
66
echo "--- :spiral_note_pad: Generating Code Coverage Report" && \
7-
/usr/bin/ninja EOSIO_ut_coverage && \
7+
/usr/bin/ninja YOSEMITE_ut_coverage && \
88
echo "--- :arrow_up: Publishing Code Coverage Report" && \
9-
buildkite-agent artifact upload "EOSIO_ut_coverage/**/*" s3://eosio-coverage/$BUILDKITE_JOB_ID && \
9+
buildkite-agent artifact upload "YOSEMITE_ut_coverage/**/*" s3://eosio-coverage/$BUILDKITE_JOB_ID && \
1010
cp /config/.coveralls.yml . && \
1111
/usr/local/bin/coveralls-lcov EOSIO_ut_coverage_filtered.info && \
1212
echo "+++ View Report" && \

.buildkite/debug.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ steps:
33
echo "--- Creating symbolic link to job directory :file_folder:" && \
44
sleep 5 && ln -s "$(pwd)" /data/job && cd /data/job && \
55
echo "+++ Building :hammer:" && \
6-
echo 1 | ./eosio_build.sh -o Debug && \
6+
echo 1 | ./yosemite_build.sh -o Debug && \
77
echo "--- Compressing build directory :compression:" && \
88
tar -pczf build.tar.gz build/
99
label: ":darwin: Build"
@@ -14,7 +14,7 @@ steps:
1414
1515
- command: |
1616
echo "+++ :hammer: Building" && \
17-
echo 1 | ./eosio_build.sh -o Debug && \
17+
echo 1 | ./yosemite_build.sh -o Debug && \
1818
echo "--- :compression: Compressing build directory" && \
1919
tar -pczf build.tar.gz build/
2020
label: ":ubuntu: Build"
@@ -29,7 +29,7 @@ steps:
2929
3030
- command: |
3131
echo "+++ :hammer: Building" && \
32-
echo 1 | ./eosio_build.sh -o Debug && \
32+
echo 1 | ./yosemite_build.sh -o Debug && \
3333
echo "--- :compression: Compressing build directory" && \
3434
tar -pczf build.tar.gz build/
3535
label: ":ubuntu: 18.04 Build"
@@ -44,7 +44,7 @@ steps:
4444
4545
- command: |
4646
echo "+++ :hammer: Building" && \
47-
echo 1 | ./eosio_build.sh -o Debug && \
47+
echo 1 | ./yosemite_build.sh -o Debug && \
4848
echo "--- :compression: Compressing build directory" && \
4949
tar -pczf build.tar.gz build/
5050
label: ":fedora: Build"
@@ -59,7 +59,7 @@ steps:
5959
6060
- command: |
6161
echo "+++ :hammer: Building" && \
62-
echo 1 | ./eosio_build.sh -o Debug && \
62+
echo 1 | ./yosemite_build.sh -o Debug && \
6363
echo "--- :compression: Compressing build directory" && \
6464
tar -pczf build.tar.gz build/
6565
label: ":centos: Build"
@@ -74,7 +74,7 @@ steps:
7474
7575
- command: |
7676
echo "+++ :hammer: Building" && \
77-
echo 1 | ./eosio_build.sh -o Debug && \
77+
echo 1 | ./yosemite_build.sh -o Debug && \
7878
echo "--- :compression: Compressing build directory" && \
7979
tar -pczf build.tar.gz build/
8080
label: ":aws: Build"

.buildkite/long_running_tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ steps:
33
echo "--- Creating symbolic link to job directory :file_folder:" && \
44
sleep 5 && ln -s "$(pwd)" /data/job && cd /data/job && \
55
echo "+++ Building :hammer:" && \
6-
echo 1 | ./eosio_build.sh && \
6+
echo 1 | ./yosemite_build.sh && \
77
echo "--- Compressing build directory :compression:" && \
88
tar -pczf build.tar.gz build/
99
label: ":darwin: Build"
@@ -14,7 +14,7 @@ steps:
1414
1515
- command: |
1616
echo "+++ :hammer: Building" && \
17-
echo 1 | ./eosio_build.sh && \
17+
echo 1 | ./yosemite_build.sh && \
1818
echo "--- :compression: Compressing build directory" && \
1919
tar -pczf build.tar.gz build/
2020
label: ":ubuntu: Build"
@@ -29,7 +29,7 @@ steps:
2929
3030
- command: |
3131
echo "+++ :hammer: Building" && \
32-
echo 1 | ./eosio_build.sh && \
32+
echo 1 | ./yosemite_build.sh && \
3333
echo "--- :compression: Compressing build directory" && \
3434
tar -pczf build.tar.gz build/
3535
label: ":ubuntu: 18.04 Build"
@@ -44,7 +44,7 @@ steps:
4444
4545
- command: |
4646
echo "+++ :hammer: Building" && \
47-
echo 1 | ./eosio_build.sh && \
47+
echo 1 | ./yosemite_build.sh && \
4848
echo "--- :compression: Compressing build directory" && \
4949
tar -pczf build.tar.gz build/
5050
label: ":fedora: Build"
@@ -59,7 +59,7 @@ steps:
5959
6060
- command: |
6161
echo "+++ :hammer: Building" && \
62-
echo 1 | ./eosio_build.sh && \
62+
echo 1 | ./yosemite_build.sh && \
6363
echo "--- :compression: Compressing build directory" && \
6464
tar -pczf build.tar.gz build/
6565
label: ":centos: Build"
@@ -74,7 +74,7 @@ steps:
7474
7575
- command: |
7676
echo "+++ :hammer: Building" && \
77-
echo 1 | ./eosio_build.sh && \
77+
echo 1 | ./yosemite_build.sh && \
7878
echo "--- :compression: Compressing build directory" && \
7979
tar -pczf build.tar.gz build/
8080
label: ":aws: Build"

0 commit comments

Comments
 (0)