mirror of
https://github.com/robotn/gohook.git
synced 2025-04-28 02:41:06 +08:00
trying to fix the goddam import error
This commit is contained in:
parent
3fbf56a14c
commit
bc4437b7a5
@ -10,7 +10,7 @@ os: Visual Studio 2017
|
||||
# - x64
|
||||
# - x86
|
||||
|
||||
clone_folder: c:\gopath\src\github.com\robotn\gohook
|
||||
clone_folder: c:\gopath\src\github.com\cauefcr\ghook
|
||||
|
||||
# Environment variables
|
||||
environment:
|
||||
@ -59,7 +59,7 @@ install:
|
||||
build_script:
|
||||
# We need to disable firewall - https://github.com/appveyor/ci/issues/1579#issuecomment-309830648
|
||||
- ps: Disable-NetFirewallRule -DisplayName 'File and Printer Sharing (SMB-Out)'
|
||||
- cd c:\gopath\src\github.com\robotn\gohook
|
||||
- cd c:\gopath\src\github.com\cauefcr\ghook
|
||||
- git branch
|
||||
- go get -t ./...
|
||||
|
||||
@ -67,7 +67,7 @@ build_script:
|
||||
test_script:
|
||||
# Unit tests
|
||||
- ps: Add-AppveyorTest "Unit Tests" -Outcome Running
|
||||
- go test -u github.com/robotn/gohook...
|
||||
- go test -u github.com/cauefcr/ghook...
|
||||
- ps: Update-AppveyorTest "Unit Tests" -Outcome Passed
|
||||
|
||||
# notifications:
|
||||
|
@ -5,7 +5,7 @@ jobs:
|
||||
docker:
|
||||
# using custom image, see .circleci/images/primary/Dockerfile
|
||||
- image: govgo/robotgoci:1.10.3
|
||||
working_directory: /gopath/src/github.com/robotn/gohook
|
||||
working_directory: /gopath/src/github.com/cauefcr/ghook
|
||||
steps:
|
||||
- checkout
|
||||
# specify any bash command here prefixed with `run: `
|
||||
|
Loading…
x
Reference in New Issue
Block a user