Skip to content

Commit

Permalink
👷
Browse files Browse the repository at this point in the history
  • Loading branch information
JulStrat committed Apr 4, 2019
1 parent 8867aac commit 341c430
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@ before_install:
sudo apt-get update;
sudo apt -q install fpc;
else
wget -q "https://github.com/newpascal/newpascal/releases/download/np-v1.0.56/newpascal.zip";
unzip -q newpascal.zip;
./newpascal/configure.bat;
export PATH="$PATH":"$PWD/newpascal/fpc/bin/i386-win32/";
wget -q ftp://ftp.freepascal.org/pub/fpc/snapshot/v33/i386-win32/fpc-3.3.1.i386-win32.zip;
mkdir fpc;
unzip -q -d fpc fpc-3.3.1.i386-win32.zip;
export PATH="$PATH":"$PWD/fpc/bin/i386-win32/";
fi

install:
- fpc ftreapapp.lpr

script:
- ./ftreapapp


- ./ftreapapp
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Here some testing results on [IDEONE](https://ideone.com/0YvvRx).
| ----------------------- | ------ | ------ | ------ | ------ | ------- |
| Insert | 0.08s | 0.19s | 0.42s | 1.06s | 2.58s |

[FTREAP](http://tpcg.io/bWiG94) vs FCL-STL gset.

## Built With

* [Lazarus](https://www.lazarus-ide.org/) - The professional Free Pascal RAD IDE.
Expand Down

0 comments on commit 341c430

Please sign in to comment.