Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 9da46b6

Browse files
committed
CMake: Rename project to aleth
1 parent 9769f54 commit 9da46b6

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ HunterGate(
5555
LOCAL
5656
)
5757

58-
project(cpp-ethereum)
58+
project(aleth)
5959
set(PROJECT_VERSION 1.4.0.dev1)
6060

6161
if (NOT EXISTS ${CMAKE_SOURCE_DIR}/evmjit/.git)

appveyor.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
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%
5954
artifacts:
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

circle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
205205
workflows:
206206
version: 2
207-
cpp-ethereum:
207+
aleth:
208208
jobs:
209209
- macos-xcode90
210210
- linux-clang6

0 commit comments

Comments
 (0)