Browse Source

Changed default compiler to c++11

Fixing-travis-yml
BinHong Lee 7 years ago
parent
commit
dee49a00ab
5 changed files with 4 additions and 7 deletions
  1. +1
    -1
      README.md
  2. +2
    -1
      build.xml
  3. +0
    -4
      database.txt
  4. +1
    -0
      install.sh
  5. +0
    -1
      vehiclesData.json

+ 1
- 1
README.md View File

@@ -1,5 +1,5 @@
# Ticketing System
[![CircleCI](https://circleci.com/gh/binhonglee/TicketingSystem.svg?style=svg)](https://circleci.com/gh/binhonglee/TicketingSystem) [![Issue Count](https://codeclimate.com/github/binhonglee/TicketingSystem/badges/issue_count.svg)](https://codeclimate.com/github/binhonglee/TicketingSystem)
[![Build Status](https://travis-ci.org/binhonglee/TicketingSystem.svg?branch=master)](https://travis-ci.org/binhonglee/TicketingSystem) [![CircleCI](https://circleci.com/gh/binhonglee/TicketingSystem.svg?style=svg)](https://circleci.com/gh/binhonglee/TicketingSystem) [![Issue Count](https://codeclimate.com/github/binhonglee/TicketingSystem/badges/issue_count.svg)](https://codeclimate.com/github/binhonglee/TicketingSystem)

An overall system that records information about each vehicles and users.


+ 2
- 1
build.xml View File

@@ -79,9 +79,10 @@
</if>

<echo message="includepath is ${includepath}"/>
<cc outtype="executable" subsystem="console"
<cc name="g++" outtype="executable" subsystem="console"
outfile="${dist.dir}/main"
objdir="${obj.dir}">
<compilerarg location="start" value="-std=c++11"/>
<includepath>
<pathelement path="${includepath}"/>
</includepath>


+ 0
- 4
database.txt View File

@@ -1,4 +0,0 @@
binhonglee bhlee03655 binhonglee@hotmail.com +13479618886 1
binhong binhong binhong@binhong.me +14802527013 2
who whut wtf_is_happening@binhong.me +999999999 3
testing password testing@binhong.me +601111111111 4

+ 1
- 0
install.sh View File

@@ -1,3 +1,4 @@
sudo apt-get install libjsonrpccpp-dev libjsonrpccpp-tools
cp lib/anttasks.jar ~
pushd ~
jar xf anttasks.jar


+ 0
- 1
vehiclesData.json View File

@@ -1 +0,0 @@
null

Loading…
Cancel
Save