mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 21:27:11 -07:00
parent
c8a1208c51
commit
e13d3f2f50
4 changed files with 177 additions and 4 deletions
|
@ -4,10 +4,7 @@ before_install:
|
|||
- sudo apt-get update
|
||||
- sudo apt-get -y install fish
|
||||
- curl -s "https://get.sdkman.io" | bash
|
||||
- source "${HOME}"/.sdkman/bin/sdkman-init.sh
|
||||
- sdk install ant 1.9.9
|
||||
- echo "y" | sdk install ant 1.10.1
|
||||
- sdk default ant 1.10.1
|
||||
- bash test/prepare_tests.sh
|
||||
|
||||
install:
|
||||
- mkdir -p "${HOME}"/.config/fish/{completions,conf.d,functions}
|
||||
|
@ -17,6 +14,8 @@ install:
|
|||
|
||||
jobs:
|
||||
include:
|
||||
- stage: Completion Tests
|
||||
script: ruby test/completion.rb
|
||||
- stage: General Wrapper Tests
|
||||
script: fish test/wrapper.fish
|
||||
- stage: Ticket-specific tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue