mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-24 00:42:28 +03:00
still fixing travis
This commit is contained in:
parent
f05f94ecf2
commit
c6c1556da2
@ -43,10 +43,10 @@ script:
|
||||
- travis_wait stack --no-terminal --skip-ghc-check setup
|
||||
- cd x86/tests
|
||||
- cd submodules
|
||||
- cd dwarf; git clone git@github.com:GaloisInc/dwarf.git; cd ..
|
||||
- cd elf-edit; git@github.com:GaloisInc/elf-edit.git; cd ..
|
||||
- cd flexdis86; git@github.com:GaloisInc/flexdis86.git; cd ..
|
||||
- cd parameterized-utils; git@github.com:GaloisInc/parameterized-utils.git; cd ..
|
||||
- cd dwarf; git clone git@github.com:GaloisInc/dwarf.git
|
||||
- cd ../elf-edit; git@github.com:GaloisInc/elf-edit.git
|
||||
- cd ../flexdis86; git@github.com:GaloisInc/flexdis86.git
|
||||
- cd ../parameterized-utils; git@github.com:GaloisInc/parameterized-utils.git
|
||||
- cd ..
|
||||
- stack build macaw-x86
|
||||
- stack test macaw-x86
|
||||
|
Loading…
Reference in New Issue
Block a user