Skip to content

Commit

Permalink
Build hook update, smaller network
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardicus committed Dec 22, 2019
1 parent f9fa259 commit 3416250
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: build
run: make
- name: test
run: ./net data/bertrand_russell_ideas_that_have_harmed_mankind.txt -it 200
run: ./net data/bertrand_russell_ideas_that_have_harmed_mankind.txt -it 200 -N 20 -L 2

build-windows:

Expand All @@ -26,4 +26,4 @@ jobs:
- name: build
run: mkdir build; cd build; cmake ..; cmake --build .
- name: test
run: cd build; cd Debug; .\net.exe ..\..\data\bertrand_russell_ideas_that_have_harmed_mankind.txt -it 200
run: cd build; cd Debug; .\net.exe ..\..\data\bertrand_russell_ideas_that_have_harmed_mankind.txt -it 200 -N 20 -L 2
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ compiler:

script:
- make
- ./net data/bertrand_russell_ideas_that_have_harmed_mankind.txt -it 200
- ./net data/bertrand_russell_ideas_that_have_harmed_mankind.txt -it 200 -N 20 -L 2

0 comments on commit 3416250

Please sign in to comment.