image: archlinux packages: - gcc - make - clang sources: - https://git.sr.ht/~johnnyrichard/olang tasks: - lint: | cd olang make linter-all - build: | cd olang make - integration-test: | cd olang make integration-test