Skip to content

Commit

Permalink
fnm-linux => fnm. Fixes Schniz#24 (Schniz#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schniz authored Feb 10, 2019
1 parent 2904885 commit 9be357b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .ci/create-static-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ echo "Building binary in docker"

docker build . -t schlez/fnm-static-binary

echo "Copying to ./fnm-linux"
echo "Copying to ./fnm"

docker run --rm -v $(pwd):$(pwd) --workdir $(pwd) schlez/fnm-static-binary cp /app/_build/default/executable/FnmApp.exe ./fnm-linux
docker run --rm -v $(pwd):$(pwd) --workdir $(pwd) schlez/fnm-static-binary cp /app/_build/default/executable/FnmApp.exe ./fnm
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
# - template: .ci/restore-build-cache.yml
- script: sudo apt-get install -y fish
- script: .ci/create-static-binary.sh
- script: ./feature_tests/run.sh $(pwd)/fnm-linux
- script: ./feature_tests/run.sh $(pwd)/fnm
# - script: bash .ci/prepare-static-build.sh
# - template: .ci/esy-build-steps.yml
# - template: .ci/publish-build-cache.yml
- task: PublishBuildArtifacts@1
displayName: 'Save artifact'
inputs:
PathtoPublish: 'fnm-linux'
PathtoPublish: fnm
ArtifactName: fnm-linux

- job: MacOS
Expand Down

0 comments on commit 9be357b

Please sign in to comment.