1
0
Fork 0

Bump Go, fix build

main
Ambrose Chua 2020-04-15 16:37:53 +08:00
parent 47e6d105dc
commit 9cca23cfde
Signed by: ambrose
GPG Key ID: BC367D33F140B5C2
3 changed files with 24 additions and 34 deletions

View File

@ -9,10 +9,10 @@ yabai -m config status_bar_text_font ".AppleSystemUIFont:Regular:12.0"
yabai -m config status_bar_icon_font "Font Awesome 5 Pro:Solid:12.0"
yabai -m config status_bar_background_color 0x00202020
yabai -m config status_bar_foreground_color 0xff999999
yabai -m config status_bar_space_icon_strip      
yabai -m config status_bar_power_icon_strip  
yabai -m config status_bar_space_icon
yabai -m config status_bar_clock_icon
yabai -m config status_bar_space_icon_strip 1 2 3 4 5 6 7 8 9 10
yabai -m config status_bar_power_icon_strip b c
yabai -m config status_bar_space_icon X
yabai -m config status_bar_clock_icon "t"
#
# Cursor
@ -62,20 +62,20 @@ yabai -m config window_gap 12
# App rules
#
yabai -m rule --add app=Spotify space=1 display=2
yabai -m rule --add app=Mail space=2
yabai -m rule --add app=Safari space=3
yabai -m rule --add app=Chrome space=3
yabai -m rule --add app=Firefox space=3
yabai -m rule --add app=Brave space=3
yabai -m rule --add app=iTerm space=4
yabai -m rule --add app=kitty space=4
yabai -m rule --add app=Discord space=5
yabai -m rule --add app=Telegram space=5
yabai -m rule --add app=Slack space=5
yabai -m rule --add app=Signal space=5
yabai -m rule --add app=Skype space=5
yabai -m rule --add app=Preview title=.pdf space=6
yabai -m rule --add app=Steam space=7
#yabai -m rule --add app=Mail space=2
#yabai -m rule --add app=Safari space=3
#yabai -m rule --add app=Chrome space=3
#yabai -m rule --add app=Firefox space=3
#yabai -m rule --add app=Brave space=3
#yabai -m rule --add app=iTerm space=4
#yabai -m rule --add app=kitty space=4
#yabai -m rule --add app=Discord space=5
yabai -m rule --add app=Telegram space=5 display=2
#yabai -m rule --add app=Slack space=5
#yabai -m rule --add app=Signal space=5
#yabai -m rule --add app=Skype space=5
#yabai -m rule --add app=Preview title=.pdf space=6
#yabai -m rule --add app=Steam space=7
#
# Space rules
#

View File

@ -26,18 +26,11 @@ steps:
kind: pipeline
name: test-neovim
steps:
- name: test-neovim
image: alpine:latest
commands:
- apk add --no-cache patch
- ./.install/neovim-source.sh
- nvim -version
- nvim +checkhealth +qa
- name: test-plug
image: alpine:latest
commands:
- ./.install/repositories.sh
- apk add --no-cache neovim@community
- ./.install/neovim.sh
- ./.install/core.sh
- ./.install/plug.sh
---
@ -76,15 +69,11 @@ steps:
kind: pipeline
name: test-node
steps:
- name: test-node
image: alpine:latest
commands:
- ./.install/node-source.sh
- node -e "console.log(process.versions)"
- name: test-yarn
image: alpine:latest
commands:
- ./.install/node-source.sh
- ./.install/repositories.sh
- ./.install/node.sh
- ./.install/core.sh
- ./.install/gnupg.sh
- ./.install/yarn.sh
@ -115,6 +104,7 @@ steps:
image: alpine:latest
commands:
- ./.install/core.sh
- ./.install/upx.sh
- ./.install/dust.sh
---
kind: pipeline

View File

@ -2,8 +2,8 @@
export NEOVIM_VERSION=0.4.3
export GOLANG_VERSION=1.14.1
export GOLANG_HASH=81f154e69544b9fa92b1475ff5f11e64270260d46e7e36c34aafc8bc96209358
export GOLANG_VERSION=1.14.2
export GOLANG_HASH=98de84e69726a66da7b4e58eac41b99cbe274d7e8906eeb8a5b7eb0aadee7f7c
export NODE_VERSION=12.16.1
export YARN_VERSION=1.22.4