From b22e5e144787370ea5d0a715e6979d2b987d4295 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 25 Jul 2018 16:22:27 -0700 Subject: 4408 Really Fix CI. --- build0 | 1 + 1 file changed, 1 insertion(+) (limited to 'build0') diff --git a/build0 b/build0 index 7c2f1da1..2cc4766d 100755 --- a/build0 +++ b/build0 @@ -19,6 +19,7 @@ cd tangle ls [0-9]*.test.cc |sed 's/.*/#include "&"/' > test_file_list # list of tests to run grep -h "^[[:space:]]*void test_" [0-9]*.cc |sed 's/^\s*void \(.*\)() {$/\1,/' > test_list + grep -h "^\s*void test_" [0-9]*.cc |sed 's/^\s*void \(.*\)() {.*/"\1",/' > test_name_list # } # Now that we have all the _lists, compile 'tangle' g++ -g -O2 boot.cc -o tangle -- cgit 1.4.1-2-gfad0 /> Unnamed repository; edit this file 'description' to name the repository.
summary refs log tree commit diff stats
path: root/posts/2021-01-23+Stop+buying+new+tech
blob: 7b3e237eec8ace4b9c2eeb2e207e7566cf56cf02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23