aboutsummaryrefslogblamecommitdiffstats
path: root/.builds/archlinux.yml
blob: 9834584968bb8bdb04eea590358a42a5eccf7105 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                
         
               
          
            
          
                

         



                        
        

                                     
                                     
      



                                   

                
                                                                 

                                 

             
                                         

             
                    
image: archlinux
packages:
  - cairo
  - gdk-pixbuf2
  - json-c
  - libinput
  - libxcb
  - libxkbcommon
  - meson
  - pango
  - wayland
  - wayland-protocols
  - xcb-util-image
  - xorg-server-xwayland
sources:
  - https://github.com/swaywm/sway
  - https://github.com/swaywm/wlroots
  - https://git.sr.ht/~sircmpwn/scdoc
tasks:
  - scdoc: |
      cd scdoc
      make PREFIX=/usr
      sudo make install PREFIX=/usr
  - wlroots: |
      cd wlroots
      meson --prefix=/usr build -Drootston=false -Dexamples=false
      ninja -C build
      sudo ninja -C build install
  - setup: |
      cd sway
      meson build -Dauto_features=enabled
  - build: |
      cd sway
      ninja -C build