mirror of
https://github.com/swaywm/sway.git
synced 2024-11-06 00:13:13 +00:00
3d209be3d6
- Add -DCMAKE_BUILD_TYPE=ASAN to possible builds
32 lines
482 B
YAML
32 lines
482 B
YAML
sudo: required
|
|
|
|
language: c
|
|
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
|
|
env:
|
|
- BUILD_TYPE=Release
|
|
- BUILD_TYPE=Debug
|
|
- BUILD_TYPE=ASAN
|
|
|
|
arch:
|
|
packages:
|
|
- cmake
|
|
- xorg-server-xwayland
|
|
- json-c
|
|
- wayland
|
|
- xcb-util-image
|
|
- pango
|
|
- cairo
|
|
- gdk-pixbuf2
|
|
- wlc-git
|
|
- libcap
|
|
script:
|
|
- "cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE ."
|
|
- "make"
|
|
|
|
script:
|
|
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
|