Skip to content

Commit cfd0611

Browse files
committed
CodeQL
1 parent 110e7a5 commit cfd0611

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

build.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/bin/bash
2+
3+
## For CodeQL autobuild
4+
5+
set -x
6+
set -e
7+
8+
#sudo --non-interactive apt-get update --error-on=any
9+
#sudo --non-interactive apt-get install --yes dkms
10+
11+
sudo --non-interactive make

0 commit comments

Comments
 (0)