Actions
Bug #1822
closedEnsure code compiles against latest version of ndn-cxx and passes test cases
Start date:
08/05/2014
Due date:
% Done:
100%
Estimated time:
Updated by Alex Afanasyev over 10 years ago
- Blocks Task #1821: Enable continous integration added
Updated by Shock Jiang over 10 years ago
- Status changed from New to In Progress
what do you refer to by "latest version of ndn-cxx"?
Currently I run command "git pull origin master" to pull ndn-cxx's code from github; then compile and install. Is this the latest code?
Updated by Alex Afanasyev over 10 years ago
The code now is in different repository (http://gerrit.named-data.net/#/admin/projects/ndns). It did not fully compile with the lastest ndn-cxx library (https://github.com/named-data/ndn-cxx, master branch)
Updated by Shock Jiang over 10 years ago
I tried to submit the code with command:
git push
git push origin ref/for/master
both failed with verification reason.
But I already committed a key, but the Could you give me any hints?
Updated by Shock Jiang about 10 years ago
- Status changed from In Progress to Resolved
- % Done changed from 50 to 100
Updated by Alex Afanasyev about 10 years ago
- Blocks deleted (Task #1821: Enable continous integration)
Updated by Alex Afanasyev about 10 years ago
- Status changed from Resolved to Closed
Since we are re-doing things, this issue is no longer relevant. All new commits will need to pass continuous integration tests (already enabled) before merging.
Actions