Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed Directory structure to standard one #2

Merged
merged 9 commits into from
Oct 4, 2018
Merged

Conversation

srbcheema1
Copy link
Owner

added setup
added travis
added tests

contest with missing some divs
ex: 837/G was missing in output-specification
- a dictionary bug
- a type bug
- print method in Colour.py
- contest name
- normally it was not compiling tests as gcc --std=c++14 failed
- reason was that travis using old g++ == 4.8
- we had to download now version of it
- linking to right binary
- normally it gives error if we use
    - ln -sf /usr/bin/g++-6 /usr/bin/g++
- we need to use sudo
@srbcheema1 srbcheema1 merged commit ece4e70 into master Oct 4, 2018
@srbcheema1 srbcheema1 deleted the develop branch October 4, 2018 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant