This website requires JavaScript.
CODE
0x495fab29
Explore
Sign in
forks
/
apenwarr-redo
Watch
1
Star
0
Fork
You've already forked apenwarr-redo
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
be3bda885d
apenwarr-redo
/
docs
/
cookbook
/
all.do
4 lines
102 B
Text
Raw
Normal View
History
Unescape
Escape
cookbook/container: example of building+running docker containers. This got... long... and complicated. But I think it's a really good demonstration of getting redo to do complicated things elegantly. At least, I hope it is.
2019-01-02 23:46:01 -05:00
export NO_SLOW_TESTS=1
Experimental new redoconf C/C++ build/autoconfiguration system. To test it out, try this: ./do -j10 build cd docs/cookbook/c redo -j10 test It should detect all the compilers on your system and make three separate builds for each one: normal, debug, and optimized. Then it tries to run a test program under each one. If there are windows cross compilers and you also have 'wine' installed, it'll try running the test program under wine as well. redoconf currently has no documentation other than the example program. We'll fix that later.
2019-02-03 01:14:51 -05:00
for d in */all.do */test.do; do
Cookbook: add an example of using default.do for text processing.
2018-11-26 13:10:29 -05:00
echo "${d%.do}"
done | xargs redo-ifchange
Reference in a new issue
Copy permalink