Skip to content

Commit

Permalink
github CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeho authored and jaeho committed Jan 11, 2024
1 parent c384583 commit c5b6a36
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 390 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ jobs:
- name: Build T2
run: sbt buildT2

- name: Run cmake in SEAL and OpenFHE
run: |
cd workspace/SEAL/
cmake .
cd ../OpenFHE/
cmake .
- name: run backendTest
env:
FHETEST_HOME: ${{ github.workspace }}
Expand Down
3 changes: 2 additions & 1 deletion workspace/OpenFHE/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
bin/*
compiled/test.cpp
compiled/*

181 changes: 0 additions & 181 deletions workspace/OpenFHE/Makefile

This file was deleted.

1 change: 1 addition & 0 deletions workspace/SEAL/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
Expand Down
Loading

0 comments on commit c5b6a36

Please sign in to comment.