Warning! We have ended support for Kiln Harmony. We will continue to support Mercurial and Git repositories individually, but not both at the same time.

Please convert this repository to either a Mercurial or Git repository. To do so, have an Admin go to Settings, then click "Convert Repository to Git-only or Mercurial-only", and follow the instructions there.

Alternatively, you can see a list of all Harmony repos, and convert many at once here.

If you have any questions or concerns, please contact us at customer-service@fogcreek.com.

Mercurial
Repositories » pharo-vm Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in tip and develop

trying to deal with http://ubuntuforums.org/showthread.php?t=2136807

Changeset 43c816f6a124

Parent f84fd63d7db2

by Profile picture of User 2Camillo Bruni <camillobruni@gmail.com>

Changes to one file · Browse files at 43c816f6a124 Showing diff from parent f84fd63d7db2 Diff from another changeset...

Change 1 of 1 Show Entire File .travis.yml Stacked
 
3
4
5
6
 
7
 
8
9
 
 
3
4
5
 
6
7
8
9
10
 
@@ -3,7 +3,8 @@
 install:   - sudo apt-get update   - sudo apt-get install cmake libgl1-mesa-dev zip bash-completion htop ruby git xz-utils debhelper devscripts - - sudo apt-get install -f libc6-dev:i386 libasound2-dev:i386 libssl-dev:i386 libfreetype6-dev:i386 libx11-dev:i386 libsm-dev:i386 libice-dev:i386 libgl1-mesa-dev:i386 + - sudo apt-get install libc6-dev:i386 libasound2-dev:i386 libssl-dev:i386 libfreetype6-dev:i386 libx11-dev:i386 libsm-dev:i386 libice-dev:i386   - sudo apt-get install build-essential gcc-multilib g++ + - sudo apt-get install -f libgl1-mesa-dev:i386 mesa-common-dev:i386  script:   - ./build.sh \ No newline at end of file