Skip to content

Commit

Permalink
move around dEploid_completion.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Dec 30, 2020
1 parent 7d0f4f4 commit aff8a12
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
name: Compile
command: |
make
make install
make check
- run:
name: Run tests
Expand Down Expand Up @@ -70,6 +71,7 @@ jobs:
name: Compile
command: |
make
make install
make check
- run:
name: Run tests
Expand Down Expand Up @@ -109,6 +111,7 @@ jobs:
name: Compile
command: |
make
make install
make check
- run:
name: Run tests
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ before_script:

script:
- make
- make install
- make check
- if [ $TRAVIS_OS_NAME == linux ]; then ./tests/test_binary.sh; fi
- ./tests/testPOS.sh
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ utilities: utilities/dataExplore.r utilities/interpretDEploid.r

if ENABLE_BASH_COMPLETION
bashcompletiondir = $(BASH_COMPLETION_DIR)
dist_bashcompletion_DATA = dEploid_completion.sh
dist_bashcompletion_DATA = src/dEploid_completion.sh
endif

File renamed without changes.

0 comments on commit aff8a12

Please sign in to comment.