ci: test setup.sh
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
Peter 2023-08-23 22:11:17 +02:00
parent 8a326fc85c
commit 1a26ad0089
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9
3 changed files with 48 additions and 5 deletions

43
.drone.yml Normal file
View file

@ -0,0 +1,43 @@
---
kind: pipeline
type: docker
name: arm64-docker
platform:
os: linux
arch: arm64
trigger:
refs:
include:
- refs/heads/main
- refs/pull/**
- refs/tags/**
steps:
- name: Validate setup.sh
image: docker.io/fedora:38
commands:
- ./setup.sh
---
kind: pipeline
type: docker
name: amd64-docker
platform:
os: linux
arch: amd64
trigger:
refs:
include:
- refs/heads/main
- refs/pull/**
- refs/tags/**
steps:
- name: Validate setup.sh
image: docker.io/fedora:38
commands:
- ./setup.sh

View file

@ -52,10 +52,6 @@ decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 10
blur = yes
blur_size = 3
blur_passes = 1
blur_new_optimizations = on
drop_shadow = yes
shadow_range = 4

View file

@ -48,4 +48,8 @@ for file in $HOME/.config/zsh/*.zsh; do
done
znap eval starship 'starship init zsh --print-full-init'
znap prompt
znap prompt
### MANAGED BY RANCHER DESKTOP START (DO NOT EDIT)
export PATH="/home/baez/.rd/bin:$PATH"
### MANAGED BY RANCHER DESKTOP END (DO NOT EDIT)