We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344d1f2 commit b108739Copy full SHA for b108739
.github/workflows/prcheck.yml
@@ -15,6 +15,7 @@ jobs:
15
id: build
16
run: |
17
uname -a
18
+ cp -r third-party /tmp/third-party
19
cp compile.sh /tmp/
20
cd /tmp
21
chmod 755 compile.sh
@@ -41,6 +42,7 @@ jobs:
41
42
id: build2
43
44
45
46
47
48
compile.sh
@@ -1,6 +1,5 @@
1
#!/bin/bash
2
3
-cp -r third-party /tmp/third-party
4
cd /tmp/third-party
5
for module in `find ./ | grep "makefile" | awk -F'/makefile' '{print $1}'`
6
do
0 commit comments