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
|
- make
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- cd ..
|
- 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
|
- ./autogen.sh
|
||||||
compiler:
|
compiler:
|
||||||
- clang
|
#- clang
|
||||||
- gcc
|
- gcc
|
||||||
script:
|
script:
|
||||||
- ./configure
|
- ./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