Skip to content

Commit

Permalink
autobuild sans cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Aug 10, 2019
1 parent 7e08dea commit a636558
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Expand Up @@ -5,5 +5,5 @@ pipeline:
- apt-get update
- apt-get -y install devscripts git-buildpackage
- mk-build-deps --install -t'apt-get -y'
- make -j8
- make test
- make -j8 LIBTORQUE_WITHOUT_CUDA=1
- make test LIBTORQUE_WITHOUT_CUDA=1
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -2,7 +2,7 @@ Source: libtorque
Priority: optional
Maintainer: nick black <dankamongmen@gmail.com>
Build-Depends: debhelper (>= 11), pkg-config, libssl-dev, libadns1-dev,
libnuma-dev
libnuma-dev, exuberant-ctags
Standards-Version: 4.1.3
Section: libs
Homepage: https://nick-black.com/dankwiki/index.php/Libtorque
Expand Down

0 comments on commit a636558

Please sign in to comment.