Skip to content

Commit

Permalink
[misc] Add plan.org
Browse files Browse the repository at this point in the history
  • Loading branch information
psyomn committed Sep 21, 2020
1 parent a601387 commit f6a18e2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions plan.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
* PLAN

Not really a plan of sorts, but I'll be keeping tidbits of my notes
that don't fit in a blog here.

** cmake: ExternalProject_Add

I discovered this recently, and I'll be trying out the dependency
management for it with my new project.

Maybe writing a short blog about this could be good for future notes.

** bazel: cheat sheet

To check output on stdout. Probably can be defaults in bazelrc or
the likes.

bazel test --test_output=errors ...

To build everything in a package:

bazel test ...
bazel build ...

0 comments on commit f6a18e2

Please sign in to comment.