summary refs log blame commit diff stats
path: root/.build.yml
blob: 49fb9179fcfe578fb36fb348b68a9ac202d8c469 (plain) (tree)
1
2
3
4
5
6




                  
                                






              
image: alpine/edge
packages:
- go
- scdoc
sources:
- https://git.sr.ht/~rjarry/aerc
tasks:
- build: |
    cd aerc
    make
- test: |
    cd aerc
    go test ./...
::cin; using std::cout; using std::cerr; #include<sstream> using std::istringstream; using std::ostringstream; #include<fstream> using std::ifstream; #include <locale> using std::isspace; // unicode-aware #include "type_list" #include "function_list" #include "file_list" #include "test_file_list"