Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
appveyor: tidy code, delete commented/debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
whilei committed Nov 6, 2018
1 parent 04ed648 commit fda767d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,13 @@ install:
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
- rustup update

# - cd c:\gopath\src\github.com\ETCDEVTeam
# - git clone https://github.com/ETCDEVTeam/sputnikvm-ffi
# - cd c:\gopath\src\github.com\ETCDEVTeam\sputnikvm-ffi\c\ffi
# Build sputnikvm-ffi from go-ethereum/vendor dir (depend on 'dep' vendoring version control, instead of 'upstream master' vc).
- cd c:\gopath\src\github.com\ethereumproject\go-ethereum\vendor\github.com\ETCDEVTeam\sputnikvm-ffi\c\ffi
- cargo build --release --verbose
# Copy to both source and vendor dirs... b/c not sure ATM which one is used for building... hopefully vendor.
- copy c:\gopath\src\github.com\ethereumproject\go-ethereum\vendor\github.com\ETCDEVTeam\sputnikvm-ffi\c\ffi\target\release\sputnikvm_ffi.lib c:\gopath\src\github.com\ethereumproject\go-ethereum\vendor\github.com\ETCDEVTeam\sputnikvm-ffi\c\sputnikvm.lib
# Set build flag definitions.
- set CGO_LDFLAGS=-Wl,--allow-multiple-definition c:\gopath\src\github.com\ethereumproject\go-ethereum\vendor\github.com\ETCDEVTeam\sputnikvm-ffi\c\sputnikvm.lib -lws2_32 -luserenv

- cd c:\gopath\src\github.com\ethereumproject\go-ethereum

- echo %VERSION_BASE% %VERSION%
Expand Down

0 comments on commit fda767d

Please sign in to comment.