mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-04-24 07:36:53 +08:00
bug fix; ci: install.sh run with -x
This commit is contained in:
parent
3aadc442b8
commit
854c548b3c
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
|||
run: |
|
||||
rev=`git rev-parse HEAD`
|
||||
pwd
|
||||
set -x
|
||||
./install.sh -adl
|
||||
test `git rev-parse HEAD` = "$rev"
|
||||
|
||||
|
@ -58,6 +59,7 @@ jobs:
|
|||
run: |
|
||||
rev=`git rev-parse HEAD`
|
||||
pwd
|
||||
set -x
|
||||
./install.sh -adl
|
||||
test `git rev-parse HEAD` = "$rev"
|
||||
|
||||
|
@ -103,6 +105,7 @@ jobs:
|
|||
- name: install dfs
|
||||
run: |
|
||||
rev=`git rev-parse HEAD`
|
||||
set -x
|
||||
./install.sh -dal
|
||||
test `git rev-parse HEAD` = "$rev"
|
||||
|
||||
|
|
|
@ -37,10 +37,10 @@ install_dependencies()
|
|||
$SUDO DFS_LITE=$DFS_LITE "$DOTFILES/tools/alpine.sh" apk-add
|
||||
;;
|
||||
"macos" )
|
||||
$SUDO DFS_LITE=$DFS_LITE "$DOTFILES/tools/macos.sh" brew-install
|
||||
DFS_LITE=$DFS_LITE "$DOTFILES/tools/macos.sh" brew-install
|
||||
;;
|
||||
"msys" )
|
||||
$SUDO DFS_LITE=$DFS_LITE "$DOTFILES/tools/msys2.sh" pacman-S
|
||||
DFS_LITE=$DFS_LITE "$DOTFILES/tools/msys2.sh" pacman-S
|
||||
;;
|
||||
* ) fmt_error "dfs auto-install is not implemented on OS: $(get_os_name)"
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue
Block a user