mirror of https://github.com/MidnightCommander/mc
Add bootstrapping from CVS.
This commit is contained in:
parent
d2c999398f
commit
6f6c96643b
|
@ -5,6 +5,10 @@
|
|||
|
||||
set -e
|
||||
|
||||
# Bootstrap from CVS
|
||||
./autogen.sh >test-autogen.out 2>test-autogen.err
|
||||
make all >test0.out 2>test0.err
|
||||
|
||||
# Default configuration
|
||||
make distcheck >test1.out 2>test1.err
|
||||
|
||||
|
|
Loading…
Reference in New Issue