File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ jobs:
3939 - name : Build C++ (for C++ analysis)
4040 if : matrix.language == 'cpp'
4141 run : |
42- cd algorithms/huffman/cpp && g++ -std=c++17 -O2 main.cpp -o huffman_cpp
43- cd ../../arithmetic/cpp && g++ -std=c++17 -O2 main.cpp -o arithmetic_cpp
44- cd ../../range/cpp && g++ -std=c++17 -O2 main.cpp -o rangecoder_cpp
45- cd ../../rle/cpp && g++ -std=c++17 -O2 main.cpp -o rle_cpp
42+ cd algorithms/huffman/cpp && g++ -std=c++17 -O2 -I../../shared/cpp/include main.cpp -o huffman_cpp
43+ cd ../../arithmetic/cpp && g++ -std=c++17 -O2 -I../../shared/cpp/include main.cpp -o arithmetic_cpp
44+ cd ../../range/cpp && g++ -std=c++17 -O2 -I../../shared/cpp/include main.cpp -o rangecoder_cpp
45+ cd ../../rle/cpp && g++ -std=c++17 -O2 -I../../shared/cpp/include main.cpp -o rle_cpp
4646
4747 - name : Setup Rust (for Rust analysis)
4848 if : matrix.language == 'rust'
You can’t perform that action at this time.
0 commit comments