This repository was archived by the owner on Oct 28, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-12
lines changed
Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ HunterGate(
5555 LOCAL
5656)
5757
58- project (cpp-ethereum )
58+ project (aleth )
5959set (PROJECT_VERSION 1.4.0.dev1)
6060
6161if (NOT EXISTS ${CMAKE_SOURCE_DIR} /evmjit/.git)
Original file line number Diff line number Diff line change 1- # ------------------------------------------------------------------------------
2- # Appveyor configuration file for cpp-ethereum.
3- #
4- # The documentation for cpp-ethereum is hosted at http://cpp-ethereum.org
5- #
61# ------------------------------------------------------------------------------
72# This file is part of cpp-ethereum.
83#
@@ -57,8 +52,8 @@ test_script:
5752 - cd %APPVEYOR_BUILD_FOLDER%
5853 - scripts\tests.bat %TESTS% %CONFIGURATION% %APPVEYOR_BUILD_FOLDER% %ETHEREUM_DEPS_PATH%
5954artifacts :
60- - path : build\cpp-ethereum .zip
61- name : cpp-ethereum -windows.zip
55+ - path : build\aleth .zip
56+ name : aleth -windows.zip
6257
6358# This is the deploy target for Windows which generates ZIPs per commit.
6459# We are in agreement that generating ZIPs per commit for the develop
@@ -78,6 +73,6 @@ deploy:
7873 provider : GitHub
7974 auth_token :
8075 secure : yukM9mHUbzuZSS5WSBLKSW0yGJerJEqAXkFhDhSHBBcKJE7GAryjQsdO9Kxh3yRv
81- artifact : cpp-ethereum -windows.zip
76+ artifact : aleth -windows.zip
8277 on :
8378 branch : release
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ defaults:
5050
5151 store-package : &store-package
5252 store_artifacts :
53- path : ~/build/cpp-ethereum .tar.gz
54- destination : cpp-ethereum .tar.gz
53+ path : ~/build/aleth .tar.gz
54+ destination : aleth .tar.gz
5555
5656 store-randomcode-seed : &store-randomcode-seed
5757 store_artifacts :
@@ -204,7 +204,7 @@ jobs:
204204# TODO: Separate builds from testing jobs.
205205workflows :
206206 version : 2
207- cpp-ethereum :
207+ aleth :
208208 jobs :
209209 - macos-xcode90
210210 - linux-clang6
You can’t perform that action at this time.
0 commit comments