image: archlinux packages: - alsa-lib - cmake - ffmpeg - gtk2 - jack2 - python-pip sources: - https://git.sr.ht/~tenacity/tenacity tasks: - conan: | sudo pip install conan - configure: | mkdir build cd build cmake -G "Unix Makefiles" \ -Daudacity_use_ffmpeg=loaded \ ../tenacity - make: | cd build make -j4 # TODO: Add artifacts