File tree 1 file changed +17
-5
lines changed
1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- master
7
- - adding_CI
7
+ - tester
8
8
pull_request :
9
9
branches :
10
10
- master
11
- - adding_CI
11
+ - tester
12
12
13
13
jobs :
14
14
build-and-test :
47
47
sudo cmake --build . --target install
48
48
sudo ldconfig /usr/local/lib
49
49
cd ../..
50
+ sudo rm -rf core
51
+ ls #--------------------------just_checking_if_we_are_in_the_correct_folder
52
+
50
53
51
54
- name : Copy files to destination
52
55
run : |
@@ -57,11 +60,20 @@ jobs:
57
60
sudo cp scripts/uring.c /home/scripts/
58
61
sudo cp scripts/script.ld /home/scripts/
59
62
shell : bash
60
-
61
63
62
- - name : Run MetaCall Example
64
+ - name : checking if uring.c is not altered somehow
65
+ run : sudo cat /home/scripts/uring.c
66
+
67
+ - name : checking if script.ld is not altered somehow
68
+ run : sudo cat /home/scripts/script.ld
69
+
70
+ - name : Set path & Run MetaCall Example
63
71
run : |
64
- metacallcli /root/index.js
72
+ export LOADER_LIBRARY_PATH=/usr/local/lib
73
+ export LOADER_SCRIPT_PATH=/home/scripts
74
+ env | grep LOADER_LIBRARY_PATH #----------------------------------------just_checking_if_enviroment_path_is_set_correctly
75
+ env | grep LOADER_SCRIPT_PATH
76
+ sudo metacallcli /root/index.js
65
77
66
78
- name : Wait for server to be ready
67
79
run : |
You can’t perform that action at this time.
0 commit comments