Commit graph

4 commits

Author SHA1 Message Date
Lunaphied 40be935c74 lix-doc: update dependencies and improve
Change-Id: I82119cf433dffd2864e76f24d00d876032f1b1a5

keep track of local changes

Change-Id: I1c383c70ef5af6fa9ac51b0e7703f0de7d5ba92d

progress commit

Change-Id: Ic1fa8883ff5adbde13ea5bd987486b463b70d8fd

it works!

Change-Id: I010ece3184fdb029047935bfdc8906e3fda04354

remove old unneeded code

Change-Id: Ibb5196281bea5ab700c650b0533738f987385f96

small cleanups

Change-Id: Ia3062045e0645026d7ad888d5f84f2436c6e399a
2024-06-18 15:39:55 -06:00
Rebecca Turner f9d5079c69 Set MAKEFLAGS=-j and GTEST_BRIEF in .envrc
- Enable parallel builds by default (and allow using environment
  variables to override `make` variables)
  - Hopefully we can get rid of this once we have Meson
- Set `GTEST_BRIEF=1`
  - This only shows failed tests, instead of listing every test on its
    own line.

```
$ GTEST_BRIEF=1 make check
[==========] 328 tests from 15 test suites ran. (37 ms total)
[  PASSED  ] 328 tests.
```

Change-Id: Id8103a8f24a9681be2be87e1b4df6fd5fdd7e4fd
2024-03-28 18:17:28 -07:00
Ilya K 312cee142a envrc: improve
- add shellcheck hint
- load .envrc.local if one exists
- use a variable to allow choosing the shell variant

Change-Id: Iea34e5a800f5d463e5792020c5c293b8b3071ca5
2024-03-26 19:40:43 +03:00
Ilya K 7170e9f947 envrc: add
direnv good.

Change-Id: I81bd0086b847c6ee642a201fbc991a1f63fc7d7a
2024-03-26 15:19:37 +03:00