mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
revert to old style, installing modules directly
This commit is contained in:
14
.travis.yml
14
.travis.yml
@@ -9,9 +9,21 @@ before_install:
|
||||
- make
|
||||
- sudo make install
|
||||
- cd ..
|
||||
- wget http://search.cpan.org/CPAN/authors/id/T/TL/TLINDEN/Config-General-2.56.tar.gz
|
||||
- tar xvzf Config-General-2.56.tar.gz
|
||||
- cd Config-General-2.56
|
||||
- perl Makefile.PL && make
|
||||
- sudo make install
|
||||
- cd ..
|
||||
- wget http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Tie-IxHash-1.23.tar.gz
|
||||
- tar xvzf Tie-IxHash-1.23.tar.gz
|
||||
- cd Tie-IxHash-1.23
|
||||
- perl Makefile.PL && make
|
||||
- sudo make install
|
||||
- cd ..
|
||||
- ./autogen.sh
|
||||
compiler:
|
||||
- clang
|
||||
#- clang
|
||||
- gcc
|
||||
script:
|
||||
- ./configure
|
||||
|
||||
3406
tests/unittests.pl
3406
tests/unittests.pl
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user