Revision d0bd0ed59887fdbcbe0630c23e5d1cc6a254340c authored by Drew DeVault on 17 December 2017, 20:52:34 UTC, committed by Drew DeVault on 17 December 2017, 20:52:34 UTC
This reverts commit 1c4a086e7556475139960a25cb642f115d057c23, reversing
changes made to 1263ea6497c732bfa1835eea4a8ffe2e6ea6e377.
1 parent 1c4a086
Raw File
.build.yml
# vim: ft=yaml ts=2 sw=2 et :
image: archlinux
packages:
  - cmake
  - wlc-git
  - xorg-server-xwayland
  - xcb-util-image
  - json-c
  - pango
  - cairo
  - wayland
  - gdk-pixbuf2
sources:
  - https://git.sr.ht/~sircmpwn/sway
tasks:
  - setup: |
      cd sway
      mkdir build
      cd build
      cmake ..
  - build: |
      cd sway
      cd build
      make
back to top