From 02f4c477974bd4c4eddf51102823d315f17c9a3e Mon Sep 17 00:00:00 2001 From: "bruno.chavez" Date: Sat, 4 May 2019 12:31:24 -0400 Subject: [PATCH] Disabled cross-compiled executables since its impossible to do using CGO. --- .travis.yml | 4 ---- README.md | 11 +++++------ 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index d8e7de0..baf271e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,6 @@ script: before_deploy: - GOOS=linux GOARCH=amd64 go build -o restedancestor-linux-amd64 - - GOOS=windows GOARCH=amd64 go build -o restedancestor-windows-amd64.exe - - GOOS=darwin GOARCH=amd64 go build -o restedancestor-macos-amd64 deploy: provider: releases @@ -24,7 +22,5 @@ deploy: secure: XRhWYa6k1IQCRgWURl0CSj2SzSgJu62YRfwXEFZMkE15LZVdcM3nYwbsGEMv5o3Iw1C0GqWrcCGUGOZpCoOCP+24qo2l3LeR1tvvOcT8dHt4Ze3oRT3Dsl0xPj95/nX5qhuvDKo1hVvQ8+VEs1YXvik/mstWMM3IVFf32eeG+LN0r8RGSwZKCcrTpF6r5lsWWROLowpQ7smiE1e8S0fBuhEQOs2ULnRnANT5d++458ETClSe0DvTPvq859XbwnwzspIXIW7Oq/KUmrhsFe4kXqcgCkwMVaTK6xKdFdvu8Qgs6X8prRpVeqFcSstFIivjUblnZ1xS/oOZUjMn/XxvWmTUSpPZsrYWNJIGl5NVLR+cmptRqCW8aP0VVFV0+IbDKwOPU3jEVTbUAjwGwcH6j6O8AXu6S9hXAU08daZ1iG30kWijalQ3ZYC2whKsaXP8McZQPXLhnWTZEDKJlGqW+bIWPE3ttbW36siWsw7r3e+xi8PiLIFU2ARUfcnZCFurz5RuuEmAtFb1LqcPtYkDAdH6MZYQE1riKcBO5ghvOMqo50QHoa215imaVigBCErteGW+TH/g8lj+s5JMCj240of0/liJDVaSa09x7mJ+OYzs1bBVOUvVkbG92IDa5H9vjOnBAmtKOnaqNnrzX1mWwUVGLYuQZcu/i+Qhu6D2F8c= file: - "restedancestor-linux-amd64" - - "restedancestor-windows-amd64.exe" - - "restedancestor-macos-amd64" on: tags: true diff --git a/README.md b/README.md index 5692454..778890a 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,9 @@ either way follow instructions below. ### Executables: -`restedancestor` supports Linux, Windows and Mac, -and can be downloaded -[here](https://github.com/bruno-chavez/restedancestor/releases) -simply click on the one that has your OS and architecture on its name. +`restedancestor` supports Linux, Windows and Mac, but you need +to compile it yourself since the project uses CGO, +cross-compiling can't be enabled. After its downloaded, place the executable in a directory with a subdirectory name database and the `database.db` file in it copy @@ -265,8 +264,8 @@ Content-Length: 0 ## Notes -This is a pretty small and niche project, created mainly to have fun, -so do that! +This is a pretty small and niche project, created mainly +to have fun and learn, so do that! Only tested on Linux.