Skip to content

Commit

Permalink
ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
wopox1337 committed Dec 18, 2023
1 parent 465da08 commit 6f008f9
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,13 @@ jobs:
run: |
mkdir ../plugins/
for sourcefile in *.sma;
do
amxxfile="`echo $sourcefile | sed -e 's/\.sma$/.amxx/'`"
echo -n "Compiling $sourcefile ... "
amxxpc $sourcefile -o"../plugins/$amxxfile" \
find * -name "*.sma" \
-exec echo -e "\n\n> Compile {} <" \;\
-exec ${amxxpc} {} \
-i"include" \
-i"$REAPI_INCLUDE"
done
-i"$REAPI_INCLUDE" \
-o../plugins/{} \
\;
- name: Move files
run: |
Expand Down

0 comments on commit 6f008f9

Please sign in to comment.